Hacker News new | ask | show | jobs
by cryptos 1544 days ago
PMD and Sonar are not that good in detecting possible NullPointerExceptions. You would need something like the Checker Framework additionally.

The (not) nullability story is much better in Kotlin.

1 comments

Only if one lives in a pure Kotlin world.