We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81baca2 commit 498d370Copy full SHA for 498d370
java/ql/test/kotlin/library-tests/field-initializer-flow/test.ql
@@ -3,7 +3,7 @@ import semmle.code.java.dataflow.DataFlow
3
4
class Config extends DataFlow::Configuration {
5
6
- Config() { this = "dlkjhfgsdjgfhd2" }
+ Config() { this = "Config" }
7
8
override predicate isSource(DataFlow::Node n) {
9
n.asExpr().(CompileTimeConstantExpr).getStringValue() = "Source"
0 commit comments