# HG changeset patch # User Oleksandr Gavenko # Date 1323867331 -7200 # Node ID b6ef13c9845ca58f17712a7965f38e1d24300e7d # Parent 3c925325d9d427324990c7ce7a8254e1c78ac813 PMD. diff -r 3c925325d9d4 -r b6ef13c9845c code-analysis.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/code-analysis.rst Wed Dec 14 14:55:31 2011 +0200 @@ -0,0 +1,26 @@ +.. -*- 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. \ No newline at end of file