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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ class DaoAnnotationOptionParameterCheckProcessor(
109
109
arrayValues.map { fields ->
110
110
val valueFields = fields.text.replace("\"", "").split(".")
111
111
var searchParamType:PsiType= entityClass.psiClassType
112
+
var prevFieldVal = valueFields.first()
112
113
var searchParamClass:PsiClass?= project.getJavaClazz(searchParamType)
113
114
114
115
valueFields.forEachIndexed { _, field ->
@@ -122,12 +123,13 @@ class DaoAnnotationOptionParameterCheckProcessor(
0 commit comments