We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8de94e commit eb6d611Copy full SHA for eb6d611
java/ql/src/semmle/code/java/frameworks/Networking.qll
@@ -4,7 +4,6 @@
4
5
import semmle.code.java.Type
6
7
-// import semmle.code.java.dataflow.FlowSources
8
/** The type `java.net.URLConnection`. */
9
class TypeUrlConnection extends RefType {
10
TypeUrlConnection() { hasQualifiedName("java.net", "URLConnection") }
0 commit comments