| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fa6d865 commit b5862ae
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,4 +21,5 @@ invalidModelRow | |||
| 21 | 21 | | A.java:28:16:28:39 | taggedMethodParam | qltest-param | | |
| 22 | 22 | | A.java:31:16:31:41 | taggedSrcParam | qltest-nospec | | |
| 23 | 23 | | A.java:31:16:31:41 | taggedSrcParam | qltest-param | | |
| 24 | + | A.java:50:17:50:26 | src | qltest-param-override | | ||
| 24 | 25 | | A.java:56:10:56:24 | parameter this | qltest-param | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,11 @@ module SourceTest implements TestSig { | |||
| 8 | 8 | predicate hasActualResult(Location location, string element, string tag, string value) { | |
| 9 | 9 | tag = "source" and | |
| 10 | 10 | exists(RemoteFlowSource source | | |
| 11 | - not source.asParameter().getCallable().getDeclaringType().hasName("DefaultConsumer") and | ||
| 11 | + not source | ||
| 12 | + .asParameter() | ||
| 13 | + .getCallable() | ||
| 14 | + .getDeclaringType() | ||
| 15 | + .hasName(["Consumer", "DefaultConsumer"]) and | ||
| 12 | 16 | source.getLocation() = location and | |
| 13 | 17 | element = source.toString() and | |
| 14 | 18 | value = "" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments