mirror of
https://github.com/github/codeql.git
synced 2026-02-24 10:53:49 +01:00
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
import default
|
|
import semmle.code.java.Maps
|
|
|
|
from Call c, MapMethod mm
|
|
where mm = c.getCallee()
|
|
select c, mm.getDeclaringType().getQualifiedName()+"."+mm.getSignature(), mm.getReceiverKeyType().getQualifiedName(), mm.getReceiverValueType().getQualifiedName()
|