langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 3765 9548183897cb
parent 3661 104c425e96aa
child 3895 3b3c2a1e5e8a
equal deleted inserted replaced
3764:f0077f165983 3765:9548183897cb
  1071 compiler.err.cant.resolve.location.args.params=\
  1071 compiler.err.cant.resolve.location.args.params=\
  1072     cannot find symbol\n\
  1072     cannot find symbol\n\
  1073     symbol:   {0} <{2}>{1}({3})\n\
  1073     symbol:   {0} <{2}>{1}({3})\n\
  1074     location: {4} {5}
  1074     location: {4} {5}
  1075 
  1075 
       
  1076 compiler.err.cant.apply.diamond=\
       
  1077     diamond operator cannot infer types for {0};\n\
       
  1078     reason: {1}
       
  1079 
  1076 ## The following are all possible string for "kindname".
  1080 ## The following are all possible string for "kindname".
  1077 ## They should be called whatever the JLS calls them after it been translated
  1081 ## They should be called whatever the JLS calls them after it been translated
  1078 ## to the appropriate language.
  1082 ## to the appropriate language.
  1079 # compiler.misc.kindname.constructor=\
  1083 # compiler.misc.kindname.constructor=\
  1080 #     static member
  1084 #     static member
  1203 
  1207 
  1204 compiler.err.enums.not.supported.in.source=\
  1208 compiler.err.enums.not.supported.in.source=\
  1205     enums are not supported in -source {0}\n\
  1209     enums are not supported in -source {0}\n\
  1206 (use -source 5 or higher to enable enums)
  1210 (use -source 5 or higher to enable enums)
  1207 
  1211 
       
  1212 compiler.err.diamond.not.supported.in.source=\
       
  1213     diamond operator is not supported in -source {0}\n\
       
  1214 (use -source 7 or higher to enable diamond operator)
       
  1215 
  1208 ########################################
  1216 ########################################
  1209 # Diagnostics for where clause implementation
  1217 # Diagnostics for where clause implementation
  1210 # used by the RichDiagnosticFormatter.
  1218 # used by the RichDiagnosticFormatter.
  1211 ########################################
  1219 ########################################
  1212 
  1220