intro-to-findbugs
Introduction to FindBugs 1. Overview FindBugs is an open source tool used to perform static analysis on Java code. In this article, we’re going to have a look at setting up FindBugs on a Java project and integrating it into the IDE and the Maven build. 2. FindBugs Maven Plugin… Continue Reading intro-to-findbugs