[java-inspections] Experimental ModCommand-based DeletePrivateMethodFix for unused inspection

GitOrigin-RevId: efd9306505048695f1aa1de1851383e170b0c1ca
This commit is contained in:
Tagir Valeev
2024-03-12 10:57:50 +01:00
committed by intellij-monorepo-bot
parent b9d88ce85d
commit 193b2cb477
14 changed files with 323 additions and 122 deletions

View File

@@ -1928,4 +1928,9 @@ invalid.compilation.notification.action.rebuild.error.description=Module {0} not
invalid.compilation.notification.action.rebuild.error.title=Can''t Rebuild Module {0}
inspection.mapping.before.count.family.name=Mapping call before count()
inspection.mapping.before.count.message=The ''{0}()'' call does not change the final count and might be optimized out.
unknown.library=Unknown Library
unknown.library=Unknown Library
intention.name.delete.method=Delete method ''{0}()''
intention.name.delete.method.title=Delete Method ''{0}()''
intention.name.delete.method.with.callees=... along with other private methods used only there
intention.name.delete.method.only=... and nothing else
intention.family.name.delete.private.method=Delete private method