glewis      2011-03-13 23:00:17 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/java-findbugs  Makefile distinfo pkg-descr 
    devel/java-findbugs/files patch-findbugs2 
  Log:
  . 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/
  
  Revision  Changes    Path
  1.4272    +1 -0      ports/devel/Makefile
  1.1       +79 -0     ports/devel/java-findbugs/Makefile (new)
  1.1       +2 -0      ports/devel/java-findbugs/distinfo (new)
  1.1       +75 -0     ports/devel/java-findbugs/files/patch-findbugs2 (new)
  1.1       +13 -0     ports/devel/java-findbugs/pkg-descr (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to