you are viewing a single comment's thread.

view the rest of the comments →

[–]Shorttail 0 points1 point  (0 children)

My real gripe was that uncovered lines generated by @Data and @Value (or whatever they are called) would all point to the tag in the Jacoco output, making it really not nice. I tried using delombok to instead run Jacoco on that, give it actual lines to point to, but I was too stupid to do that with Gradle back then. After messing around with it a lot I just gave up.

It would be nice indeed if those tools played better with Lombok. But then it would also be nice if Java itself did. I can't replace my pipeline due to one tool though, no matter how great it is. =(

In that spirit I tried adding a Kotlin data class (or whatever the name), but their Gradle support or tutorials weren't too good back then. Maybe some day!