FindBugs

How to run CheckStyle, PMD and FindBugs from Maven

What is static program analysis? Static analysis provides testing against code bases and binaries without the execution of any code. IDEs do this too...
Ovidijus Okinskas
2 min read

Java testing using FindBugs and PMD in NetBeans

As we all know bugs in a software could be difficult to find and fix. Therefore many tools and techniques have been developed in...
Sylwia Dorota Kedzia
2 min read

Using FindBugs to squash bugs in Java with NetBeans…

Improving your code In 2014, IDRsolutions have been busy adding FindBugs tests which we run on our Java PDF library and PDF to HTML5/SVG converter. So...
Laurence Squires
3 min read