mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[java, inspections] remove redundant 'STR' processor IDEA-323920
GitOrigin-RevId: e3020a69a359f8dee282bb5933a6c3766214e165
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f229f57d5c
commit
7cfbb8bae0
@@ -2178,6 +2178,7 @@ ignore.private.methods.option=Ignore assignments in and returns from private met
|
||||
inspection.replace.on.literal.display.name=Replacement operation has no effect
|
||||
inspection.redundant.string.operation.display.name=Redundant 'String' operation
|
||||
inspection.redundant.embedded.expression.display.name=Redundant embedded expression in string template
|
||||
inspection.redundant.string.fix.remove.str.processor.description='STR' template processor can be converted to a string literal
|
||||
inspection.redundant.string.remove.fix.name=Remove redundant ''{0}()'' call
|
||||
inspection.redundant.string.fix.family.name=Remove redundant call
|
||||
inspection.redundant.string.call.message=Call to <code>#ref()</code> is redundant #loc
|
||||
|
||||
@@ -295,6 +295,7 @@ initialize.final.field.in.constructor.choose.dialog.title=Choose Constructors to
|
||||
|
||||
remove.redundant.arguments.text=Remove redundant arguments to call ''{0}''
|
||||
remove.redundant.arguments.family=Remove redundant arguments
|
||||
remove.redundant.str.processor=Remove redundant 'STR' processor
|
||||
|
||||
replace.with.list.access.text=Replace with list access
|
||||
|
||||
|
||||
Reference in New Issue
Block a user