pmd: #1035 UseObjectForClearerAPI has misspelled message
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user