From ebba2860d3ec6f3f55cf5930099e754561a68f84 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Wed, 20 Mar 2024 12:01:39 +0000 Subject: [PATCH] [#111] Replace FindBugs with SpotBugs and add SpotBugs plugins --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 672bae1..de6604d 100644 --- a/README.md +++ b/README.md @@ -271,8 +271,10 @@ this topic will be welcome as well as links related to actual linters. - [checkstyle](https://github.com/checkstyle/checkstyle) - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. -- [findbugs](http://findbugs.sourceforge.net) - Uses static analysis to look for +- [SpotBugs](https://github.com/spotbugs/spotbugs) - Uses static analysis to look for bugs in Java code. + - [fb-contrib](https://github.com/mebigfatguy/fb-contrib) - Plugin for SpotBugs or doing static code analysis on java byte code. + - [find-sec-bugs](https://github.com/find-sec-bugs/find-sec-bugs) - Plugin for SpotBugs for security audits of Java web applications and Android applications. - [pmd](http://pmd.github.io) - Static analyzer that finds common programming flaws. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, XML, XSL.