src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 50213 3085969bdf91
parent 50086 66b0f0134aad
child 50250 04f9bb270ab8
equal deleted inserted replaced
50212:c4800cdd45c7 50213:3085969bdf91
  1118     static import only from classes and interfaces
  1118     static import only from classes and interfaces
  1119 
  1119 
  1120 compiler.err.string.const.req=\
  1120 compiler.err.string.const.req=\
  1121     constant string expression required
  1121     constant string expression required
  1122 
  1122 
       
  1123 # 0: symbol, 1: fragment
       
  1124 compiler.err.cannot.generate.class=\
       
  1125     error while generating class {0}\n\
       
  1126     ({1})
       
  1127 
  1123 # 0: symbol, 1: symbol
  1128 # 0: symbol, 1: symbol
  1124 compiler.err.synthetic.name.conflict=\
  1129 compiler.misc.synthetic.name.conflict=\
  1125     the symbol {0} conflicts with a compiler-synthesized symbol in {1}
  1130     the symbol {0} conflicts with a compiler-synthesized symbol in {1}
       
  1131 
       
  1132 # 0: symbol, 1: type
       
  1133 compiler.misc.illegal.signature=\
       
  1134     illegal signature attribute for type {1}
  1126 
  1135 
  1127 compiler.err.throws.not.allowed.in.intf.annotation=\
  1136 compiler.err.throws.not.allowed.in.intf.annotation=\
  1128     throws clause not allowed in @interface members
  1137     throws clause not allowed in @interface members
  1129 
  1138 
  1130 compiler.err.try.without.catch.or.finally=\
  1139 compiler.err.try.without.catch.or.finally=\