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
this groovy just wraps execution to handle suppressions after mvn is finished.
exception:
Warning: /home/runner/work/checkstyle/checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/
xpath/iterators/ReverseListIterator.java:[53,25] [type.argument.inference.crashed]
Type argument inference crashed for ArrayList constructor
error: An exception occurred: class org.checkerframework.framework.type
.AnnotatedTypeMirror$AnnotatedTypeVariable cannot be cast to class
org.checkerframework.framework.type.AnnotatedTypeMirror$AnnotatedWildcardType
(org.checkerframework.framework.type.AnnotatedTypeMirror$AnnotatedTypeVariable and
org.checkerframework.framework.type.AnnotatedTypeMirror$AnnotatedWildcardType are
in unnamed module of loader java.net.URLClassLoader @15bb6bea)
Expected: no exceptions.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I think this is the same crash that I fixed in #6850. I'm going to do a bug fix release today including that fix. So, if the crash is not fixed after that release, please let us know.
Sorry for not following template, I will update as required a bit later:
detected at checkstyle/checkstyle#15731
commands:
with groovy:
this groovy just wraps execution to handle suppressions after
mvn
is finished.exception:
Expected: no exceptions.
The text was updated successfully, but these errors were encountered: