OpenLiberty / liberty-tools-intellij

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

Include RemoveStaticModifierQuickFix for resolving a @PreDestroy diagnostic and update unit tests. #778

Closed mrglavas closed 1 month ago

mrglavas commented 1 month ago

Resolves https://github.com/OpenLiberty/liberty-tools-intellij/issues/766 by including the missing quick fix for removing the static modifier from a method annotated with @PreDestroy and completing enablement of the relevant unit test.

This PR also resolves https://github.com/OpenLiberty/liberty-tools-intellij/issues/476 by enabling the last of the Jakarta EE quick fix tests.

image image