We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3ebee commit a4ae9a0Copy full SHA for a4ae9a0
java/ql/lib/semmle/code/java/dispatch/VirtualDispatch.qll
@@ -106,6 +106,8 @@ private module Dispatch {
106
t.hasQualifiedName("java.lang", "Cloneable")
107
or
108
t.getPackage().hasName("java.util") and t instanceof Interface
109
+ or
110
+ t.hasQualifiedName("java.util", "Hashtable")
111
}
112
113
/**
0 commit comments