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

changeset 409
69eaccd3ea85
parent 383
8109aa93b212
child 423
8a4543b30586
equal deleted inserted replaced
408:9dd34ed62341 409:69eaccd3ea85
214 illegal initializer for {0} 214 illegal initializer for {0}
215 compiler.err.illegal.line.end.in.char.lit=\ 215 compiler.err.illegal.line.end.in.char.lit=\
216 illegal line end in character literal 216 illegal line end in character literal
217 compiler.err.illegal.nonascii.digit=\ 217 compiler.err.illegal.nonascii.digit=\
218 illegal non-ASCII digit 218 illegal non-ASCII digit
219 compiler.err.illegal.underscore=\
220 illegal underscore
219 compiler.err.illegal.qual.not.icls=\ 221 compiler.err.illegal.qual.not.icls=\
220 illegal qualifier; {0} is not an inner class 222 illegal qualifier; {0} is not an inner class
221 compiler.err.illegal.start.of.expr=\ 223 compiler.err.illegal.start.of.expr=\
222 illegal start of expression 224 illegal start of expression
223 compiler.err.illegal.start.of.type=\ 225 compiler.err.illegal.start.of.type=\
1161 1163
1162 ######################################## 1164 ########################################
1163 # Diagnostics for language feature changes 1165 # Diagnostics for language feature changes
1164 ######################################## 1166 ########################################
1165 compiler.err.unsupported.fp.lit=\ 1167 compiler.err.unsupported.fp.lit=\
1166 hexadecimal floating-point literals are not supported before -source 5 1168 hexadecimal floating point literals are not supported in -source {0}\n\
1169 (use -source 5 or higher to enable hexadecimal floating point literals)
1170
1171 compiler.err.unsupported.binary.lit=\
1172 binary literals are not supported in -source {0}\n\
1173 (use -source 7 or higher to enable binary literals)
1174
1175 compiler.err.unsupported.underscore.lit=\
1176 underscores in literals are not supported in -source {0}\n\
1177 (use -source 7 or higher to enable underscores in literals)
1167 1178
1168 compiler.warn.enum.as.identifier=\ 1179 compiler.warn.enum.as.identifier=\
1169 as of release 5, ''enum'' is a keyword, and may not be used as an identifier\n\ 1180 as of release 5, ''enum'' is a keyword, and may not be used as an identifier\n\
1170 (use -source 5 or higher to use ''enum'' as a keyword) 1181 (use -source 5 or higher to use ''enum'' as a keyword)
1171 1182

mercurial