Tyler Kindy
Tyler Kindy
Ah, I just saw https://github.com/IvanMathy/Boop/pull/274 fixes one of the typos I fixed here too. Totally cool if you wanna close this and incorporate the extra fix into that PR!
Hello. I noticed this issue as well, is there any progress on a fix? Thank you!
Thanks for taking a look @cushon, and sorry for the super delayed response. 😄 The AutoValue use case is pretty similar to how we use Immutables at our company. However,...
Hi again @cushon! I had another idea here. What if we specifically exempted cases where the initializing expression was either a method reference or inside a lambda expression that's passed...
I ran into this while running Maven with JDK 25 and using a [toolchain](https://maven.apache.org/guides/mini/guide-using-toolchains.html) for JDK 21. [Here's a minimal repro](https://github.com/tkindy/javadoc-toolchain-repro).