Skip to content

Commit

Permalink
[caramelomartins#111] Replace FindBugs with SpotBugs and add SpotBugs…
Browse files Browse the repository at this point in the history
… plugins
  • Loading branch information
SiboVG committed Mar 20, 2024
1 parent 8534487 commit ebba286
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ebba286

Please sign in to comment.