Recent Posts

Project Lombok

1 minute read

Project Lombok Four years ago when I first read about Project Lombok it sounded cool but never got a chance to use it anywhere.

TIKD Review

4 minute read

TIKD Review Note Tikd struck in a legal case and not sure if they are still serving users

PMD Unused private method

1 minute read

PMD Unused private method We use PMD for static analysis of our code and while doing that we encountered “unused private method” and while our IDE (Intellij ...

Externalize static analysis configs in Gradle

1 minute read

Externalize static analysis configs in Gradle With Gradle for a project we can create config files in the project and refer them relative to root project.