File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
org.eclipse.jdt.core.javac/src/org/eclipse/jdt/internal/javac Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1119,6 +1119,7 @@ yield switch (rootCauseCode) {
11191119 case "compiler.warn.auxiliary.class.accessed.from.outside.of.its.source.file" -> JavacProblemIds .AuxiliaryClassAccessedOutsideItsSourceFile ;
11201120 case "compiler.warn.restricted.method" -> IProblem .DiscouragedReference ;
11211121 case "compiler.note.deprecated.filename.additional" -> IProblem .UsingDeprecatedMethod ;
1122+ case "compiler.note.deprecated.recompile" -> -1 ;
11221123 default -> {
11231124 ILog .get ().error ("Could not accurately convert diagnostic (" + diagnostic .getCode () + ")\n " + diagnostic );
11241125 if (diagnostic .getKind () == javax .tools .Diagnostic .Kind .ERROR && diagnostic .getCode ().startsWith ("compiler.err" )) {
You can’t perform that action at this time.
0 commit comments