f6fd335784
* 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>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
bin/bgastviewer
|
|
bin/cpd
|
|
bin/pmd
|
|
bin/pmd_designer
|
|
%%DATADIR%%/jakarta-oro-2.0.8.jar
|
|
%%DATADIR%%/jaxen-1.1-beta-7.jar
|
|
%%DATADIR%%/pmd-3.7.jar
|
|
%%DATADIR%%/pmd-src-3.7.jar
|
|
%%DATADIR%%/xercesImpl-2.6.2.jar
|
|
%%DATADIR%%/xmlParserAPIs-2.6.2.jar
|
|
@dirrm %%DATADIR%%
|