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
error: AsSuperVisitor: type is not an erased subtype of supertype.
type: Object
superType: Collection<? extends Iterator<? extends T extends Object>>
; The Checker Framework crashed. Please report the crash. Version: Checker Framework 3.45.0.
Compilation unit: Common.java
Last visited tree at line 8 column 17:
Collection<? extends Iterator<? extends T>> iterators = iterables.stream().map(Iterable::iterator).collect(Collectors.toList());
Exception: java.lang.Throwable; java.lang.Throwable
at org.checkerframework.javacutil.BugInCF.<init>(BugInCF.java:38)
(In reality, <T extends @Nullable Object>, but even with just <T>, CF crashes.)
The text was updated successfully, but these errors were encountered:
I built the checker-framework from the current master-Branch and was able to successfully run it on dmn-check for the first time since version 3.42.0 🚀 ❤️
Please download and extract Common.java.zip.
Common.java
is as simple as:Try to compile:
You will get:
(In reality,
<T extends @Nullable Object>
, but even with just<T>
, CF crashes.)The text was updated successfully, but these errors were encountered: