Open xenoterracide opened 8 months ago
this might be the same problem as described in https://github.com/google/error-prone/issues/4595 wdyt ?
@XN137 possible, symptoms sound the same. I suppose you could write some tests that add nullaway and see if you get the same result.
I think I understand what's happening in #4595, @xenoterracide if you get a chance could you try adding -XDshould-stop.ifError=FLOW
to this build and see if the false positives go away?
I'll try to get around to this soon, sorry I haven't yet. Looks like the most recent version of nullaway has a regression in some of my code https://github.com/uber/NullAway/issues/1059
maybe this is an issue with nullaway, I'll cross report. None of these
@Var
's are not effectively final.this.git
is variable though.Full source here https://github.com/xenoterracide/gradle-semver/blob/external/bug/ep/buildSrc/src/main/kotlin/our.javacompile.gradle.kts