Always reading bits...


Its the shadows and reflections cast from the future that interest me.

Who : Charles Ditzel

Email: cld9731@yahoo.com



Go get NetBeans
««Mar 2010»»
SMTWTFS
  123456
78910111213
14151617181920
21222324252627
28293031

Search Blog

 


Go to Swing Pointers site

Mailing List

Library Thing

Restaurant Reviews

Flickr - Latest Photos

 Use OpenOffice.org
Wikio - Top Blogs - Technology
cld
       cld.blog-city.com

New NetBeans Plugin : PMD - Code-Checking

posted Wednesday, 8 February 2006
New Module There is a new NetBeans plugin for uncovering bad or problematic source code.  The plugin is PMD.  You can find it at the nbextras.org update center. PMD scans Java source code and looks for potential problems like possible bugs (like empty try/catch/finally/switch statements), dead code (like unused variables, parameters and private
methods), overcomplicated expressions (like unnecessary if statements, for loops that could be while loops, etc), suboptimal code (String/StringBuffer usage) and duplicate code.  There is a "Current Rulesets" page where you can view the rulesets.  The PMD
sourceforge  project can be found at the sourceforge project page.  Sources are available here.  After you install the module, an Action for running PMD will be added into the Tools section of the popup menu in the Project tab. Download NetBeans IDE 5.0

links: digg this    del.icio.us    technorati