Nick Mazurkin

Results 3 comments of Nick Mazurkin

Hi, thank you for reporting. What is Java version?

also more complicated bean: ``` record MyRecord(int total, Collection samples) { MyRecord(int total, int used) { Preconditions.checkArgument(total >= 0); this.total = total; Preconditions.checkNonNull(samples) Preconditions.checkArgument(samples.size()