IJPF-CR-24873 IJ-CR-145218 [java-inspections] IDEA-201932 Provide inspection to highlight redundant creation operations in java date time api

GitOrigin-RevId: 5af6c994aca832256f73eaa301cc21f6bb738316
This commit is contained in:
Mikhail Pyltsin
2024-10-10 17:13:27 +02:00
committed by intellij-monorepo-bot
parent fdb7551670
commit 1512d52efd
3 changed files with 4 additions and 4 deletions

View File

@@ -1675,7 +1675,7 @@ redundant.string.format.call.display.name=Redundant call to 'String.format()'
redundant.call.problem.descriptor=Redundant call to <code>#ref()</code> #loc
inspection.redundant.java.time.operation.display.name=Redundant operation on 'java.time' object
inspection.redundant.java.time.operation.explicit.chrono.field.family.name=Simplify calls with explicit 'ChronoField' or 'ChronoUnit' arguments
inspection.redundant.java.time.operation.explicit.chrono.field.problem.descriptor=Calls with explicit 'ChronoField' or 'ChronoUnit' arguments call can be simplified
inspection.redundant.java.time.operation.explicit.chrono.field.problem.descriptor=Calls with explicit 'ChronoField' or 'ChronoUnit' arguments can be simplified
inspection.redundant.java.time.operation.creation.java.time.redundant.call.message=Redundant ''{0}'' call
inspection.redundant.java.time.operation.creation.java.time.error.message=Redundant creation of ''{0}'' object
inspection.redundant.java.time.operation.creation.java.time.error.remove.fix.message=Remove ''{0}'' call