Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5eef7b commit e2aaae8Copy full SHA for e2aaae8
1 file changed
java/ql/test/library-tests/frameworks/JaxWs/JaxRsFlow.ql
@@ -13,7 +13,7 @@ class TaintFlowConf extends TaintTracking::Configuration {
13
exists(MethodAccess ma | ma.getMethod().hasName("sink") | n.asExpr() = ma.getAnArgument())
14
}
15
16
- override int fieldFlowBranchLimit() { result = 3 }
+ override int fieldFlowBranchLimit() { result = 1000 }
17
18
19
class ValueFlowConf extends DataFlow::Configuration {
@@ -27,7 +27,7 @@ class ValueFlowConf extends DataFlow::Configuration {
27
28
29
30
31
32
33
class HasFlowTest extends InlineExpectationsTest {
0 commit comments