langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 28456 b87fdde1404d
parent 28334 1633de6070ae
child 29051 7244db2ab176
equal deleted inserted replaced
28455:41245007c074 28456:b87fdde1404d
   260     {1}
   260     {1}
   261 
   261 
   262 compiler.misc.static.mref.with.targs=\
   262 compiler.misc.static.mref.with.targs=\
   263     parameterized qualifier on static method reference
   263     parameterized qualifier on static method reference
   264 
   264 
   265 compiler.misc.static.bound.mref=\
       
   266     static bound method reference
       
   267 
       
   268 # 0: symbol
   265 # 0: symbol
   269 compiler.err.cant.assign.val.to.final.var=\
   266 compiler.err.cant.assign.val.to.final.var=\
   270     cannot assign a value to final variable {0}
   267     cannot assign a value to final variable {0}
   271 
   268 
   272 # 0: symbol, 1: message segment
   269 # 0: symbol, 1: message segment
  2048 # 0: symbol kind, 1: symbol
  2045 # 0: symbol kind, 1: symbol
  2049 compiler.err.non-static.cant.be.ref=\
  2046 compiler.err.non-static.cant.be.ref=\
  2050     non-static {0} {1} cannot be referenced from a static context
  2047     non-static {0} {1} cannot be referenced from a static context
  2051 
  2048 
  2052 # 0: symbol kind, 1: symbol
  2049 # 0: symbol kind, 1: symbol
  2053 compiler.misc.non-static.cant.be.ref=\
  2050 compiler.misc.bad.static.method.in.unbound.lookup=\
  2054     non-static {0} {1} cannot be referenced from a static context
  2051     unexpected static {0} {1} found in unbound lookup
  2055 
  2052 
  2056 # 0: symbol kind, 1: symbol
  2053 # 0: symbol kind, 1: symbol
  2057 compiler.misc.static.method.in.unbound.lookup=\
  2054 compiler.misc.bad.instance.method.in.unbound.lookup=\
  2058     static {0} {1} found in unbound lookup
  2055     unexpected instance {0} {1} found in unbound lookup
       
  2056 
       
  2057 # 0: symbol kind, 1: symbol
       
  2058 compiler.misc.bad.static.method.in.bound.lookup=\
       
  2059     unexpected static {0} {1} found in bound lookup
  2059 
  2060 
  2060 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
  2061 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
  2061 ## of kindnames (the list should be identical to that provided in source.
  2062 ## of kindnames (the list should be identical to that provided in source.
  2062 compiler.err.unexpected.type=\
  2063 compiler.err.unexpected.type=\
  2063     unexpected type\n\
  2064     unexpected type\n\