equal
deleted
inserted
replaced
194 |
194 |
195 # 0: symbol kind, 1: symbol |
195 # 0: symbol kind, 1: symbol |
196 compiler.err.clash.with.pkg.of.same.name=\ |
196 compiler.err.clash.with.pkg.of.same.name=\ |
197 {0} {1} clashes with package of same name |
197 {0} {1} clashes with package of same name |
198 |
198 |
|
199 compiler.err.class.not.allowed=\ |
|
200 class, interface or enum declaration not allowed here |
|
201 |
199 compiler.err.const.expr.req=\ |
202 compiler.err.const.expr.req=\ |
200 constant expression required |
203 constant expression required |
201 |
204 |
202 compiler.err.cont.outside.loop=\ |
205 compiler.err.cont.outside.loop=\ |
203 continue outside of loop |
206 continue outside of loop |
383 illegal qualifier; {0} is not an inner class |
386 illegal qualifier; {0} is not an inner class |
384 |
387 |
385 compiler.err.illegal.start.of.expr=\ |
388 compiler.err.illegal.start.of.expr=\ |
386 illegal start of expression |
389 illegal start of expression |
387 |
390 |
|
391 compiler.err.illegal.start.of.stmt=\ |
|
392 illegal start of statement |
|
393 |
388 compiler.err.illegal.start.of.type=\ |
394 compiler.err.illegal.start.of.type=\ |
389 illegal start of type |
395 illegal start of type |
390 |
396 |
391 compiler.err.illegal.unicode.esc=\ |
397 compiler.err.illegal.unicode.esc=\ |
392 illegal unicode escape |
398 illegal unicode escape |
443 compiler.err.invalid.meth.decl.ret.type.req=\ |
449 compiler.err.invalid.meth.decl.ret.type.req=\ |
444 invalid method declaration; return type required |
450 invalid method declaration; return type required |
445 |
451 |
446 compiler.err.varargs.and.old.array.syntax=\ |
452 compiler.err.varargs.and.old.array.syntax=\ |
447 legacy array notation not allowed on variable-arity parameter |
453 legacy array notation not allowed on variable-arity parameter |
|
454 |
|
455 compiler.err.variable.not.allowed=\ |
|
456 variable declaration not allowed here |
448 |
457 |
449 # 0: name |
458 # 0: name |
450 compiler.err.label.already.in.use=\ |
459 compiler.err.label.already.in.use=\ |
451 label {0} already in use |
460 label {0} already in use |
452 |
461 |