notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/java-findbugs/distinfo

Number of commits found: 1

Sunday, 13 Mar 2011
23:00 glewis search for other commits by this committer
. Add a port of FindBugs:

  FindBugs looks for bugs in Java programs.  It is based on the concept of bug
  patterns.  A bug pattern is a code idiom that is often an error.  Bug patterns
  arise for a variety of reasons:

  * Difficult language features
  * Misunderstood API methods
  * Misunderstood invariants when code is modified during maintenance
  * Garden variety mistakes: typos, use of the wrong boolean operator

  FindBugs uses static analysis to inspect Java bytecode for occurrences of
  bug patterns.

  WWW: http://findbugs.sourceforge.net/
Original commit

Number of commits found: 1