mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02: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