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

changeset 992
dc3d9ef880a1
parent 952
02ba4ff98742
child 993
4caf17560ae0
equal deleted inserted replaced
991:1092b67b3cad 992:dc3d9ef880a1
760 unclosed comment 760 unclosed comment
761 761
762 compiler.err.unclosed.str.lit=\ 762 compiler.err.unclosed.str.lit=\
763 unclosed string literal 763 unclosed string literal
764 764
765 compiler.err.unknown.enum.constant=\
766 in class file {0}: unknown enum constant {1}.{2}
767
768 # 0: name 765 # 0: name
769 compiler.err.unsupported.encoding=\ 766 compiler.err.unsupported.encoding=\
770 unsupported encoding: {0} 767 unsupported encoding: {0}
771 768
772 compiler.err.io.exception=\ 769 compiler.err.io.exception=\
1304 compiler.warn.annotation.method.not.found=\ 1301 compiler.warn.annotation.method.not.found=\
1305 Cannot find annotation method ''{1}()'' in type ''{0}'' 1302 Cannot find annotation method ''{1}()'' in type ''{0}''
1306 1303
1307 compiler.warn.annotation.method.not.found.reason=\ 1304 compiler.warn.annotation.method.not.found.reason=\
1308 Cannot find annotation method ''{1}()'' in type ''{0}'': {2} 1305 Cannot find annotation method ''{1}()'' in type ''{0}'': {2}
1306
1307 # 0: symbol, 1: name
1308 compiler.warn.unknown.enum.constant=\
1309 unknown enum constant {1}.{2}
1310
1311 # 0: symbol, 1: name, 2: message segment
1312 compiler.warn.unknown.enum.constant.reason=\
1313 unknown enum constant {1}.{2}\n\
1314 reason: {3}
1309 1315
1310 # 0: type, 1: type 1316 # 0: type, 1: type
1311 compiler.warn.raw.class.use=\ 1317 compiler.warn.raw.class.use=\
1312 found raw type: {0}\n\ 1318 found raw type: {0}\n\
1313 missing type arguments for generic class {1} 1319 missing type arguments for generic class {1}

mercurial