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

changeset 430
8fb9b4be3cb1
parent 423
8a4543b30586
child 457
0220a3ab1a40
equal deleted inserted replaced
429:c8083dc525b6 430:8fb9b4be3cb1
431 error writing source; cannot overwrite input file {0} 431 error writing source; cannot overwrite input file {0}
432 compiler.err.stack.sim.error=\ 432 compiler.err.stack.sim.error=\
433 Internal error: stack sim error on {0} 433 Internal error: stack sim error on {0}
434 compiler.err.static.imp.only.classes.and.interfaces=\ 434 compiler.err.static.imp.only.classes.and.interfaces=\
435 static import only from classes and interfaces 435 static import only from classes and interfaces
436 compiler.err.string.const.req=\
437 constant string expression required
436 compiler.err.synthetic.name.conflict=\ 438 compiler.err.synthetic.name.conflict=\
437 the symbol {0} conflicts with a compiler-synthesized symbol in {1} 439 the symbol {0} conflicts with a compiler-synthesized symbol in {1}
438 compiler.warn.synthetic.name.conflict=\ 440 compiler.warn.synthetic.name.conflict=\
439 the symbol {0} conflicts with a compiler-synthesized symbol in {1} 441 the symbol {0} conflicts with a compiler-synthesized symbol in {1}
440 442
1224 1226
1225 compiler.err.diamond.not.supported.in.source=\ 1227 compiler.err.diamond.not.supported.in.source=\
1226 diamond operator is not supported in -source {0}\n\ 1228 diamond operator is not supported in -source {0}\n\
1227 (use -source 7 or higher to enable diamond operator) 1229 (use -source 7 or higher to enable diamond operator)
1228 1230
1231 compiler.err.string.switch.not.supported.in.source=\
1232 strings in switch are not supported in -source {0}\n\
1233 (use -source 7 or higher to enable strings in switch)
1234
1229 ######################################## 1235 ########################################
1230 # Diagnostics for where clause implementation 1236 # Diagnostics for where clause implementation
1231 # used by the RichDiagnosticFormatter. 1237 # used by the RichDiagnosticFormatter.
1232 ######################################## 1238 ########################################
1233 1239

mercurial