|
Relates :
|
The following references in JavaCompiler to foundTypeProcessors should be removed.
if (procOnly && !foundTypeProcessors) {
compiler.todo.clear();
} else {
if (procOnly && foundTypeProcessors)
compiler.shouldStopPolicy = CompileState.FLOW;
They are obsolete from the 308 prototype in JDK 7.
|