[java-inspections] IDEA-353938 Report ignored object allocations inside method references

GitOrigin-RevId: 1261b9bdb64bec0269fe7d0ffb2ac634e1494e81
This commit is contained in:
Tagir Valeev
2024-05-23 11:08:49 +00:00
committed by intellij-monorepo-bot
parent cbc1f20f8e
commit 5cc297d7ea
6 changed files with 44 additions and 2 deletions
@@ -148,6 +148,7 @@ octal.and.decimal.integers.in.same.array.display.name=Octal and decimal integers
octal.and.decimal.integers.in.same.array.problem.descriptor=Octal and decimal integers in the same array initializer #loc
result.of.object.allocation.ignored.display.name=Result of object allocation ignored
result.of.object.allocation.ignored.problem.descriptor=Result of <code>new #ref()</code> is ignored #loc
result.of.object.allocation.ignored.problem.descriptor.methodRef=Object allocated inside <code>#ref</code> is discarded #loc
result.of.object.allocation.ignored.options.chooserTitle=Choose Class for Which Object Allocation Can Be Ignored
result.of.object.allocation.fix.name=Ignore allocations of objects with type ''{0}''
use.0index.in.jdbc.resultset.display.name=Use of index 0 in JDBC ResultSet