mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Expand error message
This commit is contained in:
@@ -923,7 +923,7 @@ open class KotlinUsesExtractor(
|
||||
decl.valueParameters.size == f.valueParameters.size
|
||||
} ?:
|
||||
run {
|
||||
logger.warn("Couldn't find a Java equivalent function to ${f.name}")
|
||||
logger.warn("Couldn't find a Java equivalent function to ${parentClass.fqNameWhenAvailable}.${f.name} in ${javaClass.fqNameWhenAvailable}")
|
||||
null
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user