mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Expand warning message to note that there are known Java extractor bugs relating to this query
This commit is contained in:
@@ -49,4 +49,4 @@ TypeVariable getATypeVariableInScope(RefType type) {
|
||||
from ClassOrInterface typeUser, TypeVariable outOfScope
|
||||
where
|
||||
outOfScope = getATypeUsedInClass(typeUser) and not outOfScope = getATypeVariableInScope(typeUser)
|
||||
select "Type " + typeUser + " uses out-of-scope type variable " + outOfScope
|
||||
select "Type " + typeUser + " uses out-of-scope type variable " + outOfScope + ". Note the Java extractor is known to sometimes do this; the Kotlin extractor should not."
|
||||
|
||||
Reference in New Issue
Block a user