Browse Source

More actively print diagnostics to help future debugging

tags/V1_9_0_RC3
Andy Clement 6 years ago
parent
commit
7f62904673
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/apt/test1/SimpleProcessor.java

+ 1
- 1
tests/apt/test1/SimpleProcessor.java View File

@@ -239,7 +239,7 @@ public final class SimpleProcessor extends AbstractProcessor {
bw.newLine();
}
} catch (final Throwable e) {
e.printStackTrace(System.err);
// processingEnv.getMessager().printMessage(Diagnostic.Kind.WARNING, e.getMessage());
}
}

Loading…
Cancel
Save