From 7e5fc969325981218f19455ecfb306ca9c5e6a77 Mon Sep 17 00:00:00 2001 From: akullpp Date: Mon, 13 Nov 2017 14:37:51 +0100 Subject: [PATCH] Substitute FindBugs with SpotBugs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdb4d0b..77311e8 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors. -* [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. +* [Spotbugs](https://github.com/spotbugs/spotbugs) - Static analysis of bytecode to find potential bugs. * [Infer](https://github.com/facebook/infer) - Modern static analysis tool for verifying the correctness of code. * [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J-based query language. * [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices.