Files
codeql/java/ql/test
Chris Smowton fadbb32bd6 Add backward dataflow edges through fluent function invocations.
This means that much as obj.getA().setB(...) already has a side-effect on `obj`, all three setters in obj.setA(...).setB(...).setC(...) will have a side-effect on `obj`.
2021-03-01 10:11:28 +00:00
..
2019-01-07 13:25:20 +01:00
2021-01-26 18:15:22 +01:00
2019-12-07 02:38:02 +01:00