Aparna C Michael

Results 2 issues of Aparna C Michael

While working on issue [#511](https://github.com/OpenLiberty/liberty-tools-intellij/issues/511) in liberty-tools-intellij, I found that both InsertImplementsClauseToImplFilterQuickFix and InsertImplementsClauseToImplListenerQuickFix doesn't have tests available in lsp4Jakarta. I have added tests in liberty-tools-intellij, PR - https://github.com/OpenLiberty/liberty-tools-intellij/pull/726

Duplicate quick fixes are showing for InvalidProducerMethodParamAnnotation and InvalidDisposerMethodParamAnnotation in VS Code. **Diagnostics** - A producer method cannot have parameter(s) annotated with @Disposes, @Observes, @ObservesAsync.jakarta-cdi(InvalidProducerMethodParamAnnotation) - A disposer method cannot...