You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when using a method to inject the Context, and a class which is different than Context is used, the generated code is not correct.
I saw this issue while testing #2202 , both annotations have the same bug then. (Note I tested with the normal "develop" branch, to be sure this was not related to the changes on #2202).
Hi, when using a method to inject the Context, and a class which is different than
Contextis used, the generated code is not correct.I saw this issue while testing #2202 , both annotations have the same bug then. (Note I tested with the normal "develop" branch, to be sure this was not related to the changes on #2202).
Annotated code:
Expected generated code:
Actual generated code:
The code doesn't compile in general since the field in the "if (context ..." block
anythingdoens't exist