mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Fix tests and missing model after rebase
This commit is contained in:
@@ -4,7 +4,7 @@ import io.netty.resolver.SimpleNameResolver;
|
||||
import io.netty.util.concurrent.Future;
|
||||
|
||||
// Test case generated by GenerateFlowTestCase.ql
|
||||
public class Test {
|
||||
public class TestA {
|
||||
|
||||
Object source() {
|
||||
return null;
|
||||
@@ -9,3 +9,7 @@ class Conf extends DefaultTaintFlowConf {
|
||||
node instanceof RemoteFlowSource
|
||||
}
|
||||
}
|
||||
|
||||
class LegacyConfig extends EnableLegacyConfiguration {
|
||||
LegacyConfig() { this instanceof Unit }
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/netty-4.1.x
|
||||
@@ -1,2 +0,0 @@
|
||||
import java
|
||||
import TestUtilities.InlineFlowTest
|
||||
Reference in New Issue
Block a user