[java, inspections] remove redundant 'STR' processor IDEA-323920

GitOrigin-RevId: e3020a69a359f8dee282bb5933a6c3766214e165
This commit is contained in:
Aleksey Dobrynin
2023-09-11 10:16:56 +02:00
committed by intellij-monorepo-bot
parent f229f57d5c
commit 7cfbb8bae0
6 changed files with 107 additions and 1 deletions

View File

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

View File

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