added descriptions for the properties of the dataflowanomalyanalysis rule

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4932 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Sven Jacob
2007-01-09 13:58:21 +00:00
parent eb2cc5ab3a
commit dbac10139b

View File

@ -384,8 +384,8 @@ From those informations there can be found various problems.
</description>
<priority>5</priority>
<properties>
<property name="maxviolations" value="100"/>
<property name="maxpaths" value="1000"/>
<property name="maxviolations" value="100" description="The maximum number of violations per class."/>
<property name="maxpaths" value="1000" description="The maximum number of checked paths per method. A lower value will increase the performance of the rule but may decrease the number of found anomalies."/>
</properties>
<example>
<![CDATA[