Update changelog and add new rule to 540.xml

This commit is contained in:
Andreas Dangel
2015-08-10 21:10:47 +02:00
parent b9339b77c0
commit 72db30c87e
3 changed files with 5 additions and 1 deletions

View File

@ -278,7 +278,7 @@ public class Foo {
<rule name="UselessQualifiedThis"
language="java"
since="5.3.3"
since="5.4.0"
message="Useless qualified this usage in the same class."
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/rules/java/unnecessary.html#UselessQualifiedThis">