vigmanis Site Admin
Joined: 01 Jan 1970 Posts: 65
|
Posted: Sun Dec 17, 2006 8:28 am Post subject: Open source tools for static analysis |
|
|
1) CHECK STYLE
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.
http://checkstyle.sourceforge.net/
2) FINDBUGS
Findbugs is a static analysis tool to find bugs in Java programs
http://findbugs.sourceforge.net/
More recent tools can be looked at
http://www.opensourcetesting.org/recent.php |
|