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
Copy file name to clipboardExpand all lines: src/main/kotlin/org/domaframework/doma/intellij/inspection/dao/processor/option/DaoAnnotationOptionParameterCheckProcessor.kt
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,11 @@ class DaoAnnotationOptionParameterCheckProcessor(
110
110
val valueFields = fields.text.replace("\"", "").split(".")
111
111
var searchParamType:PsiType= entityClass.psiClassType
112
112
var searchParamClass:PsiClass?= project.getJavaClazz(searchParamType)
0 commit comments