You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've observed this problem on two different projects. There is an example on this branch (you can observe the failure by running ./gradlew ainferNullnessAjavaTest). Sorry the test isn't completely minimized, but hopefully it should be minimized enough to get the idea.
The symptom of the problem is a crash in QualifierHierarchy:
at org.checkerframework.javacutil.BugInCF.<init>(BugInCF.java:34)
at org.checkerframework.framework.type.QualifierHierarchy.isSubtype(QualifierHierarchy.java:140)
at org.checkerframework.common.wholeprograminference.WholeProgramInferenceImplementation.updateAnnotationSet(WholeProgramInferenceImplementation.java:876)
...
Based on this stacktrace, I suspect that there is something wrong with the fix we merged a few days ago in #5618. @smillst if you have a chance to look at this this morning, I'd appreciate it. I'll take a look in a few hours, but I'm busy until about 2pm eastern time.
The text was updated successfully, but these errors were encountered:
I've observed this problem on two different projects. There is an example on this branch (you can observe the failure by running
./gradlew ainferNullnessAjavaTest
). Sorry the test isn't completely minimized, but hopefully it should be minimized enough to get the idea.The symptom of the problem is a crash in
QualifierHierarchy
:with the following stacktrace:
Based on this stacktrace, I suspect that there is something wrong with the fix we merged a few days ago in #5618. @smillst if you have a chance to look at this this morning, I'd appreciate it. I'll take a look in a few hours, but I'm busy until about 2pm eastern time.
The text was updated successfully, but these errors were encountered: