ClassGetClass - fix description

GitOrigin-RevId: 5b494afe8038ed665cbb8f5f27bf44366f163967
This commit is contained in:
Ilyas Selimov
2021-03-17 18:10:30 +07:00
committed by intellij-monorepo-bot
parent c47175e4e8
commit f03cf3c54c
2 changed files with 17 additions and 4 deletions

View File

@@ -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