Files
codeql/java/ql/test/library-tests/dataflow/fluent-methods/flow.expected
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

0 lines
0 B
Plaintext

The file is empty.