Scott Palmer

Results 1 comments of Scott Palmer

Might be related to this issue: ``` static record Thing(boolean isOkay) {} void neverRead(Thing thing) { List things = new ArrayList(); // NB claims only added to, never read things.add(thing);...