src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 1513
cf84b07a82db
parent 1503
2d2b2be57c78
child 1521
71f35e4b93a5
equal deleted inserted replaced
1512:b12ffdfa1341 1513:cf84b07a82db
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

mercurial