code-analysis.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 14 Dec 2011 14:55:31 +0200
changeset 1167 b6ef13c9845c
child 1168 6ee3d5caac1a
permissions -rw-r--r--
PMD.

.. -*- coding: utf-8; -*-

================
 Code analysis.
================
.. contemts::

About.
======

 * http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis

PMD.
====

PMD is a static ruleset based Java source code analyzer that identifies
potential problems.

PMD has plugins for JDeveloper, Eclipse, JEdit, JBuilder, Omnicore's CodeGuide,
NetBeans/Sun Studio, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, Hudson,
Jenkins, Sonar and Emacs.

  http://pmd.sf.net/
                Home page.
  http://en.wikipedia.org/wiki/PMD_%28software%29
                Wikipedia page.