Skip to content

Commit 2cd8a87

Browse files
Stephan Brandauertausbn
andauthored
use asParameter().getName() instead of toString()
Co-authored-by: Taus <[email protected]>
1 parent 9845887 commit 2cd8a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Telemetry/AutomodelFrameworkModeCharacteristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class FrameworkModeMetadataExtractor extends MetadataExtractor {
175175
type = callable.getDeclaringType().getErasure().(RefType).nestedName() and
176176
subtypes = this.considerSubtypes(callable) and
177177
name = callable.getName() and
178-
parameterName = e.toString() and
178+
parameterName = e.asParameter().getName() and
179179
signature = ExternalFlow::paramsString(callable)
180180
)
181181
}

0 commit comments

Comments
 (0)