Skip to content
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

Add quick-fix for Jakarta CDI Produces, Inject, Disposes, Observes/ObservesAsync diagnostics #134

Closed
4 tasks done
Jnnnx7 opened this issue Apr 1, 2021 · 2 comments
Closed
4 tasks done
Assignees

Comments

@Jnnnx7
Copy link
Contributor

Jnnnx7 commented Apr 1, 2021

Add two quick-fixes for this diagnostic:

  1. Remove the @Inject annotation
  2. Remove the conflicted annotations (@Disposes, @Observes, and/or @ObservesAsync)

Add two quick-fixes for this diagnostic:

  1. Remove the @Produces annotation
  2. Remove the conflicted annotations (@Disposes, @Observes, and/or @ObservesAsync)

Add a quick-fix to remove the extra @Disposes annotations

Add two quick-fixes for this diagnostic:

  1. Remove the @Disposes annotation
  2. Remove the conflicted annotations (@Observes, and/or @ObservesAsync)
@ajm01
Copy link
Contributor

ajm01 commented Jan 30, 2024

fixed in #511

@ajm01 ajm01 closed this as completed Jan 30, 2024
@ajm01
Copy link
Contributor

ajm01 commented Jan 30, 2024

closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants