mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-13807 Inspection message updated
This commit is contained in:
@@ -286,7 +286,7 @@ add.exception.from.field.initializer.to.constructor.throws.family.text=Add excep
|
||||
java.8.collections.api.inspection.description=If statement could be replaced with single method
|
||||
java.8.collections.api.inspection.fix.family.name=Replace with single method call
|
||||
java.8.collections.api.inspection.fix.text=Replace with ''{0}'' method call
|
||||
java.8.collections.api.inspection.sort.description=Collections.sort(list, comparator) could be replaced with list.sort(comparator)
|
||||
java.8.collections.api.inspection.sort.description=Collections.sort could be replaced with List.sort
|
||||
java.8.collections.api.inspection.sort.fix.name=Replace with List.sort
|
||||
|
||||
wrap.with.optional.parameter.text=Wrap {0, choice, 1#1st|2#2nd|3#3rd|4#{0,number}th} parameter using ''java.util.Optional''
|
||||
|
||||
Reference in New Issue
Block a user