langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 28142 32a6b1af81b1
parent 27991 8f4b68523da3
child 28334 1633de6070ae
equal deleted inserted replaced
28141:a9bd48f9cf07 28142:32a6b1af81b1
  1194 ## "compiler.note".
  1194 ## "compiler.note".
  1195 
  1195 
  1196 compiler.note.compressed.diags=\
  1196 compiler.note.compressed.diags=\
  1197     Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  1197     Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  1198 
  1198 
  1199 compiler.note.potential.lambda.found=\
       
  1200     This anonymous inner class creation can be turned into a lambda expression.
       
  1201 
       
  1202 # 0: boolean, 1: symbol
  1199 # 0: boolean, 1: symbol
  1203 compiler.note.lambda.stat=\
  1200 compiler.note.lambda.stat=\
  1204     Translating lambda expression\n\
  1201     Translating lambda expression\n\
  1205     alternate metafactory = {0}\n\
  1202     alternate metafactory = {0}\n\
  1206     synthetic method = {1}
  1203     synthetic method = {1}
  1638     found raw type: {0}\n\
  1635     found raw type: {0}\n\
  1639     missing type arguments for generic class {1}
  1636     missing type arguments for generic class {1}
  1640 
  1637 
  1641 # 0: unused, 1: unused
  1638 # 0: unused, 1: unused
  1642 compiler.warn.diamond.redundant.args=\
  1639 compiler.warn.diamond.redundant.args=\
  1643     redundant type arguments in new expression (use diamond operator instead).
  1640     Redundant type arguments in new expression (use diamond operator instead).
  1644 
  1641 
  1645 # 0: type, 1: type
  1642 # 0: type, 1: list of type
  1646 compiler.warn.diamond.redundant.args.1=\
  1643 compiler.warn.diamond.redundant.args.1=\
  1647     redundant type arguments in new expression (use diamond operator instead).\n\
  1644     Redundant type arguments in new expression (use diamond operator instead).\n\
  1648     explicit: {0}\n\
  1645     explicit: {0}\n\
  1649     inferred: {1}
  1646     inferred: {1}
       
  1647 
       
  1648 compiler.warn.potential.lambda.found=\
       
  1649     This anonymous inner class creation can be turned into a lambda expression.
       
  1650 
       
  1651 compiler.warn.method.redundant.typeargs=\
       
  1652     Redundant type arguments in method call.
  1650 
  1653 
  1651 # 0: symbol, 1: message segment
  1654 # 0: symbol, 1: message segment
  1652 compiler.warn.varargs.redundant.trustme.anno=\
  1655 compiler.warn.varargs.redundant.trustme.anno=\
  1653     Redundant {0} annotation. {1}
  1656     Redundant {0} annotation. {1}
  1654 
  1657