Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#111] Add SpotBugs for Java. #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,13 @@ 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
bugs in Java code.
- [pmd](http://pmd.github.io) - Static analyzer that finds common programming
flaws. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache
Velocity, XML, XSL.
- [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.
- [uncrustify](https://github.com/uncrustify/uncrustify) - Source code
beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA.

Expand Down