Results 507 comments of Caleb Cushing

@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'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

@dant3 did you happen to make a plugin to replace this one?

I have an old plugin that was abandon-ware... it doesn't work right now, but I've decided to resurrect it, since it didn't fork, instead preferrring jgit (which I think won't)....

those are caused by https://github.com/eclipse-jgit/jgit/issues/24 people can feel free to weigh in there. Mine is making reasonable progress, would love feedback, I've been messing around with the api quite a...

I think I'm personally generally happy with my API, although at least one person mentioned maybe wanting a provider so if anyone has any opinions on that. Checkout https://github.com/xenoterracide/gradle-semver and...

So, breaking my promise of spamming here... sorry if you tried my thing, and it was a bit unstable. I'm now building in some better dog-fooding so that my plugin...

AFAIK runtime only dependencies should be excluded from `module-info`. There's one exception to things being added to `module-info` that I've found though. `java` `jdk` namespaced modules may need to be...

also this is creating false positives ``` Advice for :commons-jpa Unused dependencies which should be removed: testImplementation(libs.jspecify) whiteboxImplementation(libs.jspecify) ``` but in `module-info`, I need it to at least compile the...

So, I've been working on my thing and hoping to provide some solid recommendations off the bat. I've found some edge cases on other things. Most 3rd party libraries do...