We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906c2ca commit 2d8f6a1Copy full SHA for 2d8f6a1
jmh/src/main/java/com/uber/nullaway/jmh/NullawayJavac.java
@@ -207,7 +207,7 @@ private NullawayJavac(
207
"--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
208
"--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
209
"--add-exports=jdk.compiler/com.sun.source.tree=ALL-UNNAMED"));
210
- // for JSpecify mode
+ // for JSpecify mode (benign outside JSpecify mode)
211
options.add("-XDaddTypeAnnotationsToSymbol=true");
212
}
213
0 commit comments