mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
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:
committed by
intellij-monorepo-bot
parent
fdb7551670
commit
1512d52efd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user