We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a688d05 commit d80f82dCopy full SHA for d80f82d
1 file changed
java/ql/lib/semmle/code/java/Type.qll
@@ -600,6 +600,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
600
/**
601
* Gets the JVM descriptor for this type, as used in bytecode.
602
*/
603
+ pragma[inline]
604
override string getTypeDescriptor() {
605
result =
606
"L" + this.getPackage().getName().replaceAll(".", "/") + "/" +
0 commit comments