Skip to content

Commit 2f089a5

Browse files
committed
ignore compiler.note.deprecated.recompile
1 parent 281a558 commit 2f089a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org.eclipse.jdt.core.javac/src/org/eclipse/jdt/internal/javac/JavacProblemConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")) {

0 commit comments

Comments
 (0)