Documentation of AvoidDuplicateLiterals properties

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6117 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch 2008-05-16 00:39:26 +00:00
parent d2429a95cc
commit cfde99a990

View File

@ -21,6 +21,10 @@ Code containing duplicate String literals can usually be improved by declaring t
<priority>3</priority>
<properties>
<property name="threshold" description="The number of duplicate literals reporting threshold" value="4"/>
<property name="skipAnnotations" description="Skip literals within Annotations" value="false"/>
<property name="exceptionlist" description="Strings in that list are skipped"/>
<property name="separator" description="Separator used in the exceptionlist" value=","/>
<property name="exceptionfile" description="File containing strings to skip (one string per line), only used if exceptionlist is not set"/>
</properties>
<example>
<![CDATA[