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

RemoveFinalModifierQuickFix is missing multiple target diagnostics in plugin.xml. #765

Closed mrglavas closed 4 months ago

mrglavas commented 4 months ago

RemoveFinalModifierQuickFix should also be mapped to the following diagnostics:

Quick fixes to remove a final modifier a class with an @Entity annotation, as well as its fields and methods are missing.

mrglavas commented 4 months ago

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