Skip to content

Commit 0ad02e9

Browse files
xteraoCopilot
andauthored
Set default values when a property value is missing.
Co-authored-by: Copilot <[email protected]>
1 parent 4b63235 commit 0ad02e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/domaframework/doma/intellij/inspection/sql/processor/InspectionFunctionCallVisitorProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class InspectionFunctionCallVisitorProcessor(
4646
var result: ValidationResult =
4747
ValidationInvalidFunctionCallResult(
4848
functionName,
49-
customFunctionClassName ?: "",
49+
customFunctionClassName ?: "<unknown>",
5050
shortName,
5151
)
5252
var methods: Array<out PsiMethod?> = emptyArray()

0 commit comments

Comments
 (0)