mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-381887 [java]: improve messages of Java 8 inspections
GitOrigin-RevId: 088ce28eb3b8cbbce9aa1cfc1b073fef2dab12ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
62b7fb77e7
commit
bf54a73345
@@ -77,11 +77,11 @@ checkbox.declare.var.type=Use 'var' for local variable declaration
|
||||
checkbox.prefer.longer.names=Prefer longer names
|
||||
checkbox.preserve.line.feeds=Preserve line feeds
|
||||
checkbox.spaces.record.header=Record header
|
||||
checkbox.suggest.conversion.to.map.computeifabsent=Suggest conversion to Map.computeIfAbsent
|
||||
checkbox.suggest.conversion.to.map.getordefault=Suggest conversion to Map.getOrDefault
|
||||
checkbox.suggest.conversion.to.map.merge=Suggest conversion to Map.merge
|
||||
checkbox.suggest.conversion.to.map.putifabsent=Suggest conversion to Map.putIfAbsent
|
||||
checkbox.suggest.conversion.to.map.replaceall=Suggest conversion to Map.replaceAll
|
||||
checkbox.suggest.conversion.to.map.computeifabsent=Suggest conversion to 'Map.computeIfAbsent()'
|
||||
checkbox.suggest.conversion.to.map.getordefault=Suggest conversion to 'Map.getOrDefault()'
|
||||
checkbox.suggest.conversion.to.map.merge=Suggest conversion to 'Map.merge()'
|
||||
checkbox.suggest.conversion.to.map.putifabsent=Suggest conversion to 'Map.putIfAbsent()'
|
||||
checkbox.suggest.conversion.to.map.replaceall=Suggest conversion to 'Map.replaceAll()'
|
||||
checkbox.suggest.replacement.even.if.lambda.may.have.side.effects=Suggest replacement even if lambda may have side effects
|
||||
checkbox.don.t.warn.in.case.of.multiline.lambda=Don't warn if the parameter of 'List.replaceAll()' is multiline lambda
|
||||
checkbox.suppress.with.suppresswarnings=Suppress with @SuppressWarnings
|
||||
@@ -525,7 +525,7 @@ inspection.lambda.to.method.call.fix.family.name=Replace lambda expression with
|
||||
inspection.lambda.to.method.call.fix.name=Replace lambda expression with ''{0}''
|
||||
inspection.manual.min.max.calculation.description=Can be replaced with ''Math.{0}()'' call
|
||||
inspection.manual.min.max.calculation.disable.for.non.integral=Disable for float and double
|
||||
inspection.map.foreach.display.name=Map.forEach() can be used
|
||||
inspection.map.foreach.display.name='Map.forEach()' can be used
|
||||
inspection.map.foreach.option.no.loops=Do not report loops
|
||||
inspection.message.anonymous.ref.loc.can.be.replaced.with.method.reference=Anonymous #ref can be replaced with method reference
|
||||
inspection.message.can.be.replaced.with.0.constructor=Can be replaced with ''{0}'' constructor
|
||||
@@ -706,7 +706,7 @@ inspection.simplifiable.comparator.reversed.message=Comparator method can be sim
|
||||
inspection.simplify.collector.fix.family.name=Simplify cascaded collector
|
||||
inspection.simplify.collector.fix.name=Use ''Collectors.{0}()'' collector
|
||||
inspection.simplify.collector.message=Can be simplified using ''{0}()'' collector
|
||||
inspection.simplify.foreach.display.name=Simplifiable forEach() call
|
||||
inspection.simplify.foreach.display.name=Simplifiable 'forEach()' call
|
||||
inspection.sorted.collection.with.non.comparable.keys.display.name=Sorted collection with non-comparable elements
|
||||
inspection.sorted.collection.with.non.comparable.keys.message=Construction of sorted collection with non-comparable elements
|
||||
inspection.sorted.collection.with.non.comparable.keys.option.type.parameters=Don't report non-comparable type parameters
|
||||
@@ -1186,7 +1186,7 @@ quickfix.family.replace.with.magic.constant=Replace with magic constant
|
||||
quickfix.family.replace.with.method.reference=Replace with method reference
|
||||
quickfix.family.replace.with.optional.of.nullable.chain=Replace with Optional.ofNullable() chain
|
||||
quickfix.family.replace.with.stream.api.equivalent=Replace with Stream API equivalent
|
||||
quickfix.family.simplify.foreach.lambda=Simplify forEach lambda
|
||||
quickfix.family.simplify.foreach.lambda=Simplify 'forEach()' lambda
|
||||
quickfix.family.simplify.stream.call.chain=Simplify stream call chain
|
||||
quickfix.family.use.flatmap=Use 'flatMap'
|
||||
quickfix.family.wrap.with.mutable.collection=Wrap with mutable collection
|
||||
|
||||
Reference in New Issue
Block a user