-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depedency Injection: Diagnostic for @Inject
final
fields
#167
Labels
diagnostic
Diagnostic item
Comments
KidoVin01
changed the title
Add support for final field/method injection
Add support for Sep 28, 2021
Final
field/method injection
KidoVin01
changed the title
Add support for
Add support for Sep 28, 2021
Final
field/method injectionfinal
fields
Sorry for the typo, it is for I am not sure how you would like me to clarify it. |
Include in the title which spec this is for, ie. Dependency Injection: diagnostic for |
KidoVin01
changed the title
Add support for
Depedency Injection: Diagnostic for @Inject Oct 1, 2021
final
fieldsfinal
fields
KidoVin01
changed the title
Depedency Injection: Diagnostic for @Inject
Depedency Injection: Diagnostic for Oct 1, 2021
final
fields@Inject
final
fields
Taking this on. |
kathrynkodama
pushed a commit
that referenced
this issue
Oct 26, 2021
…e field (non final) (#167) (#175) * Added DiagnosticCollector for Dependency Injection * Added Inject final field conflict quick fix Remove Inject quick fix * Added removing modifier quickfix * Added javadoc comment for DI diagnostics collector * Added entity type in RemoveModifierQuickFix message * formatting/identation fixes * removed unnecessary Apache 2.0 comment
Closed with #175. Follow-up issue for integration tests will be opened cc: @himanshuc71 |
83 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depednency Injection Spec
Unchecked Errors:
@Inject
, it cannot be finalPotential Solution:
Related to #153
The text was updated successfully, but these errors were encountered: