added url for dataflow anomaly analysis

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

View File

@ -373,7 +373,8 @@ public class Foo {
<rule name="DataflowAnomalyAnalysis"
message="Found ''{0}''-anomaly for variable ''{1}'' (lines ''{2}''-''{3}'')."
class="net.sourceforge.pmd.dfa.DaaRule"
dfa="true">
dfa="true"
externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis">
<description>The dataflow analysis tracks local definitions, undefinitions and references to variables on different paths on the data flow.
From those informations there can be found various problems.