Files
codeql/java/ql/test/library-tests
Cornelius Riemenschneider d79eaffd3a Prune unreachable paths in the Java dataflow library based on call context.
We now detect patterns like
f(bool cond){
       if(cond)
        then A
        else B
and prune branches for calls like f(true) or f(false).
This pruning is done both in the local (bigstep) flow graph
as well as in the inter-procedural dataflow graph.
2019-10-07 15:10:54 +02:00
..
2018-10-11 11:31:37 +02:00
2018-09-23 16:24:31 -07:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2019-08-21 14:38:17 +02:00
2018-11-05 12:08:42 -05:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-11-05 12:10:08 -05:00
2018-10-11 11:31:37 +02:00
2018-11-28 15:01:25 +01:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00
2018-12-12 17:26:18 +00:00
2018-10-11 11:31:37 +02:00
2018-10-11 11:31:37 +02:00