mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[java-inspections] IDEA-346005 Add new inspection: Unnecessary keySet() call
GitOrigin-RevId: d1f1db0ae939017a8550b91cd8742dc222a8db99
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ecc3d78a3a
commit
ac0c57748b
@@ -645,7 +645,7 @@ inspection.redundant.stream.optional.call.fix.bind.name=Merge the ''{0}()'' step
|
||||
inspection.redundant.stream.optional.call.fix.name=Remove ''{0}()'' call
|
||||
inspection.redundant.stream.optional.call.fix.replace.terminal=Replace the terminal operation
|
||||
inspection.redundant.stream.optional.call.fix.replace.terminal.text=Replace the terminal operation with ''{0}()''
|
||||
inspection.redundant.stream.optional.call.message=Redundant ''{0}()'' call
|
||||
inspection.call.message=Redundant ''{0}()'' call
|
||||
inspection.redundant.stream.optional.call.message.with.explanation=Redundant ''{0}()'' call: {1}
|
||||
inspection.redundant.stream.optional.call.option.streamboxing=Report redundant boxing in Stream.map()
|
||||
inspection.reflect.handle.invocation.argument.not.array=Argument is not an array type
|
||||
|
||||
Reference in New Issue
Block a user