News

Java static code analysis tools such as Checkstyle, FindBugs and others can parse your code to identify potential problems. Java developers should make code analysis a key part of the development ...
Worried about thorough code coverage? Do you wonder whether you tested every pathway through your code? One way to eliminate that anxiety is to integrate Java cyclomatic complexity testing tools into ...
With Java running critical applications the world over, the nearly 25-year-old programming language must balance its community’s affection for its syntax with new trends.
A new feature of the Azul Vulnerability Protection service identifies unused code in production Java applications, aiming to ease maintenance for developers.
Every once in a while the topic of code coverage surfaces, which invariably leads to a number of interesting views and comments. Recently, my friend Meera Subbarao mused about the subject by ...