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

Fixes#511 Transform the quick fixes which use ImplementInterfaceProposal to implement the code action participant extension point. #726

Closed aparnamichael closed 4 months ago

aparnamichael commented 5 months ago

Fixes #511 Refactored the following quick fixes :

  1. FilterImplementationQuickFix
    1. ListenerImplementationQuickFix

These PR contains changes from Dessina's fork as well.