Results 511 comments of Caleb Cushing

same error with 8.44 (just being sure)

hmm... I don't understand why this is happening, this is the decompiled class... there's no way a null should be settable, they're checked... is there a workaround? can we make...

opened an issue to add those annotations ^

``` Calebs-MBP:phg-model calebcushing$ ./gradlew compileJava > Task :compileJava /Users/calebcushing/IdeaProjects/phg/modules/phg-model/src/main/java/com/potreromed/phg/model/usecase/FoleyConnectionEvent.java:15: warning: [NullAway] initializer method does not guarantee @NonNull fields monitor, foley, gatewayId, softwareVersions, connectTime$value are initialized along all control-flow paths (remember...

> In general, Lombok + EP is a big source of issues. who do I have to pay to make that not true?

is there a primer anywhere on how error prone works? how I could write my own plugin? I'd work on this problem if I had any clue where to begin....

I presume you mean "error prone and lombok" not gradle, and yes I mean compatibility in general, as in some cases this is the only problem, in others I was...

hmm... I'm not sure it's the same issue, but... I'm gonna comment here, and maybe open a new issue. given this ``` beforeAll(() => { testContainer.register(Beans.CEC_LOCATION, { useFactory: (c) =>...