equal
deleted
inserted
replaced
151 compiler.err.duplicate.default.label=\ |
151 compiler.err.duplicate.default.label=\ |
152 duplicate default label |
152 duplicate default label |
153 |
153 |
154 compiler.err.else.without.if=\ |
154 compiler.err.else.without.if=\ |
155 ''else'' without ''if'' |
155 ''else'' without ''if'' |
156 compiler.err.empty.bytecode.ident=\ |
|
157 empty bytecode identifier |
|
158 compiler.err.empty.char.lit=\ |
156 compiler.err.empty.char.lit=\ |
159 empty character literal |
157 empty character literal |
160 compiler.err.encl.class.required=\ |
158 compiler.err.encl.class.required=\ |
161 an enclosing instance that contains {0} is required |
159 an enclosing instance that contains {0} is required |
162 compiler.err.enum.annotation.must.be.enum.constant=\ |
160 compiler.err.enum.annotation.must.be.enum.constant=\ |
199 compiler.err.generic.throwable=\ |
197 compiler.err.generic.throwable=\ |
200 a generic class may not extend java.lang.Throwable |
198 a generic class may not extend java.lang.Throwable |
201 |
199 |
202 compiler.err.icls.cant.have.static.decl=\ |
200 compiler.err.icls.cant.have.static.decl=\ |
203 inner classes cannot have static declarations |
201 inner classes cannot have static declarations |
204 compiler.err.illegal.bytecode.ident.char=\ |
|
205 illegal bytecode identifier character: \\{0} |
|
206 compiler.err.illegal.char=\ |
202 compiler.err.illegal.char=\ |
207 illegal character: \\{0} |
203 illegal character: \\{0} |
208 compiler.err.illegal.char.for.encoding=\ |
204 compiler.err.illegal.char.for.encoding=\ |
209 unmappable character for encoding {0} |
205 unmappable character for encoding {0} |
210 compiler.err.illegal.combination.of.modifiers=\ |
206 compiler.err.illegal.combination.of.modifiers=\ |
470 compiler.err.type.var.more.than.once.in.result=\ |
466 compiler.err.type.var.more.than.once.in.result=\ |
471 type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated |
467 type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated |
472 compiler.err.types.incompatible.diff.ret=\ |
468 compiler.err.types.incompatible.diff.ret=\ |
473 types {0} and {1} are incompatible; both define {2}, but with unrelated return types |
469 types {0} and {1} are incompatible; both define {2}, but with unrelated return types |
474 |
470 |
475 compiler.err.unclosed.bytecode.ident=\ |
|
476 unclosed bytecode identifier |
|
477 compiler.err.unclosed.char.lit=\ |
471 compiler.err.unclosed.char.lit=\ |
478 unclosed character literal |
472 unclosed character literal |
479 compiler.err.unclosed.comment=\ |
473 compiler.err.unclosed.comment=\ |
480 unclosed comment |
474 unclosed comment |
481 compiler.err.unclosed.str.lit=\ |
475 compiler.err.unclosed.str.lit=\ |
1267 |
1261 |
1268 compiler.err.unsupported.underscore.lit=\ |
1262 compiler.err.unsupported.underscore.lit=\ |
1269 underscores in literals are not supported in -source {0}\n\ |
1263 underscores in literals are not supported in -source {0}\n\ |
1270 (use -source 7 or higher to enable underscores in literals) |
1264 (use -source 7 or higher to enable underscores in literals) |
1271 |
1265 |
1272 compiler.err.unsupported.exotic.id=\ |
|
1273 exotic identifiers #"___" are not supported in -source {0}\n\ |
|
1274 (use -source 7 or higher to enable exotic identifiers) |
|
1275 |
|
1276 compiler.err.try.with.resources.not.supported.in.source=\ |
1266 compiler.err.try.with.resources.not.supported.in.source=\ |
1277 try-with-resources is not supported in -source {0}\n\ |
1267 try-with-resources is not supported in -source {0}\n\ |
1278 (use -source 7 or higher to enable try-with-resources) |
1268 (use -source 7 or higher to enable try-with-resources) |
1279 |
1269 |
1280 compiler.warn.enum.as.identifier=\ |
1270 compiler.warn.enum.as.identifier=\ |