mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[java] small inspection descriptor simplification
GitOrigin-RevId: d66de66e71fed85b5d1f774c504d74a3963476bd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8e4c9ac12f
commit
ccb7a28e9f
@@ -706,7 +706,7 @@ inspection.same.parameter.display.name=Method parameter always has the same valu
|
||||
inspection.same.parameter.fix.family.name=Inline parameter as constant value
|
||||
inspection.same.parameter.fix.name=Inline value ''{1}'' for parameter ''{0}''
|
||||
dialog.message.parameter.has.write.usages.inline.not.supported=Parameter has write usages. Inline is not supported
|
||||
inspection.same.parameter.problem.descriptor=Actual value of parameter <code>#ref</code> is always ''{0}''
|
||||
inspection.same.parameter.problem.descriptor=Value of parameter <code>#ref</code> is always ''{0}''
|
||||
inspection.simplifiable.comparator.comparing.message=Unnecessary ''{0}()'' call
|
||||
inspection.simplifiable.comparator.display.name=Comparator method can be simplified
|
||||
inspection.simplifiable.comparator.entry.comparator.message=''{0}'' can be used instead
|
||||
|
||||
Reference in New Issue
Block a user