Plugins (1000)


Training and Consulting (67)


Eclipse Summit Europe 2009


EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 598
Comments: 0

EPIC has moved! The content of this site has been frozen and placed in a Read-Only State. Check out our new Eclipse Marketplace site. Logins to this site have been disabled.


Category: Plugin Directory / Source Code Analyzer / PMD For Eclipse

This listing has moved and is Out of Date. Please view the most up to date listing here:
http://marketplace.eclipse.org/content/pmd-eclipse

PMD For Eclipse 
Rate this plugin | Report broken link | Details | Comments (8)

Rating: 8.5 (12 Votes) | hits: 2
PMD For Eclipse

Version: 3.2.1
Support Eclipse Version: 3.1.x, 3.2.x
License: Other
Development Status: Production/Stable
Company: PMD Development Team
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Update Site URL: http://pmd.sourceforge.net/eclipse

PMD scans Java source code and looks for potential problems like: * 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 * ... and many others This plugin provides the integration of PMD into an Eclipse based environment. Eclipse v2.1.x is no more supported, but a version of the plugin for this environment is still provided.
Added on: 04-Apr-2006 | Updated: 19-Feb-2007




Last 8 Comments


User: AnonymousRating: 62009-11-24 12:19:46
Not nearly as many rules as Jtest, and no flow-analysis, very few security rules, no run-time analysis.


User: AnonymousRating: 102009-10-14 09:25:55
Excellent!


User: papicinoRating: 92009-04-21 04:28:03
Very nice and helpfull


User: AnonymousRating: 82008-03-07 04:09:59
One of the best plugin for java programmers.


User: AnonymousRating: 92008-01-23 04:25:22
Checks most of the rules included in other products like JTest


User: AnonymousRating: 52007-04-25 01:40:46
9 for the actual project 1 for not making the latest version (3.2.1, that solves at least a critical bug) available at http://pmd.sourceforge.net/eclipse for eclipse software update, for OVER TWO MONTHS! (and still counting) average: 5


User: AnonymousRating: 82007-02-19 12:21:34
nice nevertheless add rule leads to an exception :s


User: AnonymousRating: 102006-08-20 11:21:59
The best plugin for code analyzing and style checking. Reminds user of best practive of Java coding.