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
java.lang.UnsupportedOperationException: java type is not a Parameterized
org.openrewrite.kotlin.internal.KotlinTreeParserVisitor.visitUserType(KotlinTreeParserVisitor.java:3096)
org.openrewrite.kotlin.internal.KotlinTreeParserVisitor.visitUserType(KotlinTreeParserVisitor.java:72)
org.jetbrains.kotlin.psi.KtUserType.accept(KtUserType.java:42)
org.openrewrite.kotlin.internal.KotlinTreeParserVisitor.visitTypeReference(KotlinTreeParserVisitor.java:3016)
org.openrewrite.kotlin.internal.KotlinTreeParserVisitor.visitTypeReference(KotlinTreeParserVisitor.java:72)
org.jetbrains.kotlin.psi.KtTypeReference.accept(KtTypeReference.kt:38)
org.openrewrite.kotlin.internal.KotlinTreeParserVisitor.visitProperty(KotlinTreeParserVisitor.java:2818)
org.openrewrite.kotlin.internal.KotlinTreeParserVisitor.visitProperty(KotlinTreeParserVisitor.java:72)
...
The text was updated successfully, but these errors were encountered:
traceyyoshima
changed the title
Parsing error: UnsupportOpEx in visitUserType
Parsing error: UnsupportOpEx in visitUserType (Priority low: 1 occurrence)
Nov 16, 2023
@traceyyoshima I suspect this one is "fixed" by #459. Of course there will still be JavaType.Unknown objects in the type attribution which we haven't resolved, but at least the parser can continue parsing.
traceyyoshima
changed the title
Parsing error: UnsupportOpEx in visitUserType (Priority low: 1 occurrence)
Parsing error: UnsupportOpEx in visitUserType
Dec 20, 2023
TODO: reproduce the error
The text was updated successfully, but these errors were encountered: