Date: Sun, 13 Mar 2011 23:00:17 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/java-findbugs Makefile distinfo pkg-descr ports/devel/java-findbugs/files patch-findbugs2 Message-ID: <201103132300.p2DN0HLR002129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103132300.p2DN0HLR002129>