File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/main/kotlin/org/domaframework/doma/intellij/reference Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ package org.domaframework.doma.intellij.reference
1818import com.intellij.psi.PsiElement
1919import com.intellij.psi.PsiFile
2020import com.intellij.psi.util.PsiTreeUtil
21+ import org.domaframework.doma.intellij.common.PluginLoggerUtil
2122import org.domaframework.doma.intellij.common.sql.validator.SqlElStaticFieldAccessorChildElementValidator
2223import org.domaframework.doma.intellij.common.sql.validator.result.ValidationCompleteResult
2324import org.domaframework.doma.intellij.psi.SqlElStaticFieldAccessExpr
@@ -53,6 +54,12 @@ class SqlElStaticFieldReference(
5354 if (fieldAccessLastParentResult is ValidationCompleteResult ) {
5455 val searchText = element.text ? : " "
5556 val parent = fieldAccessLastParentResult.parentClass
57+ PluginLoggerUtil .countLogging(
58+ this ::class .java.simpleName,
59+ " ReferenceStaticProperty" ,
60+ " Reference" ,
61+ startTime,
62+ )
5663 return parent.findField(searchText) ? : parent.findMethod(searchText)
5764 }
5865
You can’t perform that action at this time.
0 commit comments