MinecraftDev
MinecraftDev copied to clipboard
Add an IDE warning for redundant @Invoker or @Accessor of public method or field
Minecraft Development for IntelliJ plugin version
2024.1-1.8.0
Description of the feature request
Adding an @Invoker for a public method is redundant since you can just access the public method without the invoker
same for @Accessor
I would also like if there was a quick fix for removing the accessor/invoker and replacing all usages of it with usages of the public method/field (replacing all usages if that's possible)