OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

ManagedBeanConstructorQuickFix is missing from plugin.xml. #763

Closed mrglavas closed 4 months ago

mrglavas commented 4 months ago

In the conversion of quick fixes that were in JakartaCodeActionHandler to javaCodeActionParticipants in plugin.xml we forgot to include ManagedBeanConstructorQuickFix. This quick fix is one of the resolutions for a constructor with parameters that does not have an @Inject annotation. The quick fix adds the @Insert annotation to the constructor.

image

mrglavas commented 4 months ago

Resolved by https://github.com/OpenLiberty/liberty-tools-intellij/pull/770.