mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
ClassGetClass - fix description
GitOrigin-RevId: 5b494afe8038ed665cbb8f5f27bf44366f163967
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c47175e4e8
commit
f03cf3c54c
@@ -206,7 +206,7 @@ inspection.can.be.final.option=Report classes
|
||||
inspection.can.be.local.parameter.problem.descriptor=Parameter <code>#ref</code> can have <code>final</code> modifier
|
||||
inspection.can.be.local.variable.problem.descriptor=Variable <code>#ref</code> can have <code>final</code> modifier
|
||||
inspection.can.be.replaced.with.message=Can be replaced with ''{0}''
|
||||
inspection.class.getclass.display.name=Class.getClass() call
|
||||
inspection.class.getclass.display.name=Suspicious 'Class.getClass()' call
|
||||
inspection.class.getclass.fix.remove.name=Remove 'getClass()' call
|
||||
inspection.class.getclass.fix.replace.name=Replace with 'Class.class'
|
||||
inspection.class.getclass.message='getClass()' is called on Class instance
|
||||
|
||||
Reference in New Issue
Block a user