[java-inspections] IDEA-346005 Add new inspection: Unnecessary keySet() call

GitOrigin-RevId: d1f1db0ae939017a8550b91cd8742dc222a8db99
This commit is contained in:
Tagir Valeev
2024-09-17 07:28:39 +00:00
committed by intellij-monorepo-bot
parent ecc3d78a3a
commit ac0c57748b
8 changed files with 78 additions and 8 deletions
@@ -2182,7 +2182,7 @@ 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=String template can be converted to a plain string literal
inspection.redundant.string.remove.fix.name=Remove redundant ''{0}()'' call
inspection.remove.redundant.call.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
inspection.redundant.empty.string.argument.message=Unnecessary empty string argument