Java: remove duplicated class

This commit is contained in:
Erik Krogh Kristensen
2022-03-04 00:04:21 +01:00
parent b568bb91ef
commit cc43a94385

View File

@@ -27,13 +27,6 @@ class UrlConstructor extends ClassInstanceExpr {
}
}
class UrlOpenStreamMethod extends Method {
UrlOpenStreamMethod() {
this.getDeclaringType() instanceof TypeUrl and
this.getName() = "openStream"
}
}
class RemoteUrlToOpenStreamFlowConfig extends TaintTracking::Configuration {
RemoteUrlToOpenStreamFlowConfig() { this = "OpenStream::RemoteURLToOpenStreamFlowConfig" }