aboutsummaryrefslogtreecommitdiff
path: root/devel/pmd
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* PMD scans Java source code and looks for potential problems like:Herve Quiroz2006-07-128-0/+229
* Possible bugs - empty try/catch/finally/switch statements * Dead code - unused local variables, parameters and private methods * Suboptimal code - wasteful String/StringBuffer usage * Overcomplicated expressions - unnecessary if statements, for loops that could be while loops * Duplicate code - copied/pasted code means copied/pasted bugs WWW: http://pmd.sourceforge.net/ PR: 99907 Submitted by: Alex Varju <freebsd-ports@varju.ca> Notes: svn path=/head/; revision=167562