src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 57725 ffc34eaf7b49
parent 57724 447d48371b41
child 58109 ee07de0d2c16
child 58203 dfd434203aa0
equal deleted inserted replaced
57724:447d48371b41 57725:ffc34eaf7b49
  2279 
  2279 
  2280 # 0: string (constant value), 1: symbol (constant field), 2: string (expected class)
  2280 # 0: string (constant value), 1: symbol (constant field), 2: string (expected class)
  2281 compiler.misc.bad.constant.value=\
  2281 compiler.misc.bad.constant.value=\
  2282     bad constant value ''{0}'' for {1}, expected {2}
  2282     bad constant value ''{0}'' for {1}, expected {2}
  2283 
  2283 
       
  2284 # 0: type (field type)
       
  2285 compiler.misc.bad.constant.value.type=\
       
  2286     variable of type ''{0}'' cannot have a constant value, but has one specified
       
  2287 
  2284 # 0: string (classfile major version), 1: string (classfile minor version)
  2288 # 0: string (classfile major version), 1: string (classfile minor version)
  2285 compiler.misc.invalid.default.interface=\
  2289 compiler.misc.invalid.default.interface=\
  2286     default method found in version {0}.{1} classfile
  2290     default method found in version {0}.{1} classfile
  2287 
  2291 
  2288 # 0: string (classfile major version), 1: string (classfile minor version)
  2292 # 0: string (classfile major version), 1: string (classfile minor version)