mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -179,7 +179,7 @@ public class A {
|
||||
|
||||
void foo3() {
|
||||
A a1 = new A();
|
||||
a1.field1 = source(1);
|
||||
a1.field1 = source(20);
|
||||
A a2 = new A();
|
||||
applyConsumer1Field1Field2(a1, a2, p -> {
|
||||
sink(p); // MISSING FLOW
|
||||
|
||||
Reference in New Issue
Block a user