java.lang.Error: Backtrace:
at org.checkerframework.javacutil.AnnotationBuilder.fromClass(AnnotationBuilder.java:188)
at org.checkerframework.javacutil.AnnotationBuilder.fromClass(AnnotationBuilder.java:156)
...
error: AnnotationBuilder: fromClass can't load class org.checkerframework.dataflow.qual.Deterministic
Is the class in checker-qual.jar?
...
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
To check
@NonNull
, there is the checker-frameworkThere is a gradle plugin.
When using, I get
null
issuesMandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)