mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
use asParameter().getName() instead of toString()
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
committed by
GitHub
parent
9845887452
commit
2cd8a879a5
@@ -175,7 +175,7 @@ class FrameworkModeMetadataExtractor extends MetadataExtractor {
|
||||
type = callable.getDeclaringType().getErasure().(RefType).nestedName() and
|
||||
subtypes = this.considerSubtypes(callable) and
|
||||
name = callable.getName() and
|
||||
parameterName = e.toString() and
|
||||
parameterName = e.asParameter().getName() and
|
||||
signature = ExternalFlow::paramsString(callable)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user