Tomasz Przybysz
Tomasz Przybysz
I came here to report the same. Why `StringOptionHandler` doesn't inherit from `OneArgumentOptionHandler`? It seems like a major inconsistency issue compared to all other 'simple' type option handlers. I ended...
Thanks for the quick reply. Yes, you're on spot. Seeing tests as they run is satisfying. Plus the plugin highlights the long running tests which otherwise wouldn't be visible. That's...
I can confirm the same issue. - **IDEA Version:** Build #IU-222.3345.118, built on July 26, 2022 - **JDK Version:** Corretto-11.0.12.7.1 - **OS Type & Version:** Ubuntu 20.04.4 LTS - **Lombok...
The difference in above reports about 2021.1 seems to be due the fact that one issue was solved but a new one emerges. I may yet to confirm that for...
@v1nc3n4 thanks, to clarify. It's always been generated all just fine. Only IntelliJ got it in red not being able to recognise. I mean, build works both with Gradle/Maven and...
@ruurd: short answer about why would a constructor be the target of the `@Builder` annotation is that ultimately a class in Java is constructed - no surprise - by a...
Is there a chance for a fix on this one, please? I am still locked on the 2020.2.4 but now the Lombok plugin has got upgraded to the `0.34-2020.2` version...
@alexejk thanks for the tip. ~Do we know which is the last version without the bug?~ Ok, this has been answered above: the version `0.33` is the last working one....
@mihxil you are right, however the default has an unnecessary name redundancy which is preferable to avoid as it carries no extra information. Nested classes need no prefix their names...
>A PR fixing the issue is welcome :) @alexejk given that: >Breaking News: Starting with IntelliJ version 2020.3 lombok plugin will be integrated and included in IntelliJ by default!. ...is...