mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[java-inspections] Experimental ModCommand-based DeletePrivateMethodFix for unused inspection
GitOrigin-RevId: efd9306505048695f1aa1de1851383e170b0c1ca
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b9d88ce85d
commit
193b2cb477
@@ -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
|
||||
Reference in New Issue
Block a user