pmd: #1035 UseObjectForClearerAPI has misspelled message

This commit is contained in:
Andreas Dangel
2012-10-21 19:24:01 +02:00
parent 3d2ff17d83
commit d1d4fca5d5
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ Fixed bug 1033: False+ : SingularField
Fixed bug 1025: Regression of Crash in PMDTask due to multithreading (Eclipse and Java 1.5)
Fixed bug 1017: Type resolution very slow for big project. Thanks to Roman for the patch.
Fixed bug 1036: Documentation: default threshold values removed from v5.0
Fixed bug 1035: UseObjectForClearerAPI has misspelled message
Improved JSP parser to be less strict with not valid XML documents (like HTML). Thanks to Victor Bucutea.
Fixed bgastviewer not working. Thanks to Victor Bucutea.

View File

@@ -762,7 +762,7 @@ public void downCastPrimitiveType() {
<rule name="UseObjectForClearerAPI"
language="java" since="4.2.6"
message="Rather than using a lot of String arguments, consider using a container objet for those values."
message="Rather than using a lot of String arguments, consider using a container object for those values."
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/rules/java/controversial.html#UseObjectForClearerAPI">
<description>