FindBugs
FindBugs is a Java Code Analyzers which uses static analysis to look for bugs in Java code. FindBugs operates directly on Java bytecode and includes both a stand alone GUI and an Eclipse plug-in. A Netbeans wrapper plug-in module was available here but was temporarily removed.
Unlike other code analyzers tools findbugs does not report each and every trivial error, and has a limited number of bug detectors, so the programmers will not get bored using it…
Useful Links
- The first place to check to find more details if the FindBugs homepage.
- You can run directly Findbugs using Java Web Start: Run Findbugs
- A 2 parts tutorial written by Chris Grindstaff: Part 1: Improve the quality of your code - A first look, how to set up and execute FindBugs, Part 2: Writing custom detectors - shows how to extend and customize FindBugs, creating application-specific bug detectors to meet your project’s unique requirements
Project Summary from SourceForge
Project name: jGuard - Wed, 10 Mar 2010
Project description: jGuard is written in java. his goal is to provide a security framework based on jaas (java authentication and authorization security) . this framework is written for web and standalone applications, to resolve simply, access control problems.
Developers on project: 16 - Wed, 10 Mar 2010
Project administrators: diabolo512
Activity percentile (last week): 96.81% - Wed, 10 Mar 2010
Most recent daily statistics (10 Mar 2010): Ranking: 9327, Activity percentile: 96.81%,
Downloadable files: 35337 total downloads to date - Wed, 10 Mar 2010
Most recent daily statistics (10 Mar 2010): Download count: 12
Mailing lists (public): 0 - Wed, 10 Mar 2010
Public mailing lists:
Discussion forums (public): 3, containing 3119 messages - Wed, 10 Mar 2010
Public discussion forums: jGuard Help / Support, jGuard Open Discussion, jGuard Development
Latest Files
jGuard-stable jGuard-1.0.4 released (Fri, 27 Mar 2009 23:52:23 GMT) - Fri, 27 Mar 2009
Released at Fri, 27 Mar 2009 23:52:23 GMT by diabolo512
Includes files: jguard-1.0.4-all.tar.bz2 (44778313 bytes, 78 downloads to date), jguard-1.0.4-all.tar.gz (44816603 bytes, 123 downloads to date), jguard-1.0.4-all.zip (45426298 bytes, 1553 downloads to date)
[Download] [Release Notes]
jGuard-experimental jGuard-2.0.0-beta-5 released (Sun, 15 Feb 2009 00:16:28 GMT) - Sun, 15 Feb 2009
Released at Sun, 15 Feb 2009 00:16:28 GMT by diabolo512
Includes files: jguard-2.0.0-beta-5-all.tar.bz2 (4371792 bytes, 49 downloads to date), jguard-2.0.0-beta-5-all.zip (7152284 bytes, 268 downloads to date), jguard-2.0.0-beta-5-all.tar.gz (5114970 bytes, 50 downloads to date)
[Download] [Release Notes]
jGuard-experimental jGuard-1.1.0-beta-4 released (Sat, 05 Jul 2008 05:07:19 GMT) - Sat, 05 Jul 2008
Released at Sat, 05 Jul 2008 05:07:19 GMT by diabolo512
Includes files: jguard-1.1.0-beta-4-all.zip (117696282 bytes, 572 downloads to date), jguard-1.1.0-beta-4-all.tar.bz2 (113412382 bytes, 111 downloads to date), jguard-1.1.0-beta-4-all.tar.gz (114254093 bytes, 101 downloads to date)
[Download] [Release Notes]
Latest News
jGuard-2.0.0-beta-5 released - Mon, 16 Feb 2009
changelog:
- upgrade to java 5
- upgrade to JCapthca 1.0-RC6
jGuard v1.1.0 beta 3 released! - Sun, 04 May 2008
The jGuard team is pleased to announce a new 'experimental' release(v1.1.0 beta 3) of the java security library (http://www.jguard.net).
enhancements since the last 'experimental' release (v1.1.0 beta 2):
Guard v1.1.0 beta 3 released! - Sun, 04 May 2008
The jGuard team is pleased to announce a new 'experimental' release(v1.1.0 beta 3) of the java security library (http://www.jguard.net).
enhancements since the last 'experimental' release (v1.1.0 beta 2):

(1 votes)
Leave a comment