src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java

changeset 215
9d541fd2916b
parent 104
5e89c4ca637c
child 221
6ada6122dd4f
equal deleted inserted replaced
213:49281ea88125 215:9d541fd2916b
447 return super.process(options, option); 447 return super.process(options, option);
448 } 448 }
449 }, 449 },
450 450
451 // treat warnings as errors 451 // treat warnings as errors
452 new HiddenOption(WERROR), 452 new Option(WERROR, "opt.Werror"),
453 453
454 // use complex inference from context in the position of a method call argument 454 // use complex inference from context in the position of a method call argument
455 new HiddenOption(COMPLEXINFERENCE), 455 new HiddenOption(COMPLEXINFERENCE),
456 456
457 // generare source stubs 457 // generare source stubs

mercurial