dnf install findbugsRun it:
findbugs -sourcepath <my-src> <my-jar> > bugs.txtFor example:
findbugs -sourcepath /usr/local/src/mycode /tmp/myjar.jar > bugs.txtIf you get an error about dom4j missing, do:
dnf install dom4j
dnf install findbugsRun it:
findbugs -sourcepath <my-src> <my-jar> > bugs.txtFor example:
findbugs -sourcepath /usr/local/src/mycode /tmp/myjar.jar > bugs.txtIf you get an error about dom4j missing, do:
dnf install dom4j