langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 15377 515846bb6637
parent 15367 31b57f2b8d0b
child 15385 ee1eebe7e210
equal deleted inserted replaced
15376:32b49791817d 15377:515846bb6637
   946 
   946 
   947 # 0: name, 1: kind, 2: symbol
   947 # 0: name, 1: kind, 2: symbol
   948 compiler.err.default.overrides.object.member=\
   948 compiler.err.default.overrides.object.member=\
   949     default method {0} in {1} {2} overrides a member of java.lang.Object
   949     default method {0} in {1} {2} overrides a member of java.lang.Object
   950 
   950 
       
   951 # 0: type
       
   952 compiler.err.illegal.static.intf.meth.call=\
       
   953     illegal static interface method call\n\
       
   954     the receiver expression should be replaced with the type qualifier ''{0}''
       
   955 
   951 # 0: type, 1: message segment
   956 # 0: type, 1: message segment
   952 compiler.err.illegal.default.super.call=\
   957 compiler.err.illegal.default.super.call=\
   953     bad type qualifier {0} in default super call\n\
   958     bad type qualifier {0} in default super call\n\
   954     {1}
   959     {1}
   955 
   960 
  2211 # 0: string
  2216 # 0: string
  2212 compiler.err.intersection.types.in.cast.not.supported.in.source=\
  2217 compiler.err.intersection.types.in.cast.not.supported.in.source=\
  2213     intersection types in cast are not supported in -source {0}\n\
  2218     intersection types in cast are not supported in -source {0}\n\
  2214     (use -source 8 or higher to enable default methods)
  2219     (use -source 8 or higher to enable default methods)
  2215 
  2220 
       
  2221 # 0: string
       
  2222 compiler.err.static.intf.methods.not.supported.in.source=\
       
  2223     static interface methods are not supported in -source {0}\n\
       
  2224     (use -source 8 or higher to enable static interface methods)
       
  2225 
  2216 ########################################
  2226 ########################################
  2217 # Diagnostics for verbose resolution
  2227 # Diagnostics for verbose resolution
  2218 # used by Resolve (debug only)
  2228 # used by Resolve (debug only)
  2219 ########################################
  2229 ########################################
  2220 
  2230