this post was submitted on 08 Nov 2025
0 points (50.0% liked)

Java

1829 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 2 years ago
MODERATORS
 

Null-pointer exceptions are a common error in Java, causing inconvenience for many developers. Preventing null pointer exceptions in advance is important, but for developers who want to focus solely on logic, handling them can be tedious. Moreover, it’s not always easy to account for every scenario. Typically, static analysis tools are used to detect potential null pointer issues, but developers still have to find and fix the code themselves. JPlus reduces that burden. Let’s write null-safe Java code with JPlus.

you are viewing a single comment's thread
view the rest of the comments
[–] xxce2AAb@feddit.dk 3 points 5 days ago

That seemed like a bold claim, and, indeed, this is more like "tool-assisted rewriting".