mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[java-inspections] IDEA-353938 Report ignored object allocations inside method references
GitOrigin-RevId: 1261b9bdb64bec0269fe7d0ffb2ac634e1494e81
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cbc1f20f8e
commit
5cc297d7ea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user