We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a6defa + 2b8e055 commit 3f0c957Copy full SHA for 3f0c957
src/main/kotlin/org/domaframework/doma/intellij/extension/psi/PsiParameterExtension.kt
@@ -33,7 +33,7 @@ fun PsiParameter.isIgnoreUsageCheck(): Boolean =
33
DomaClassName.SELECT_OPTIONS -> {
34
// Only ignore the exact SelectOptions class, not its subtypes
35
val clazzType = this.typeElement?.type as? PsiClassType
36
- clazzType?.canonicalText == type.className
+ clazzType?.rawType()?.canonicalText == type.className
37
}
38
else -> getSuperClassType(type) != null
39
0 commit comments