diff --git a/pmd-java/src/main/resources/category/java/codestyle.xml b/pmd-java/src/main/resources/category/java/codestyle.xml
index 3329ce7284..483d2e3a05 100644
--- a/pmd-java/src/main/resources/category/java/codestyle.xml
+++ b/pmd-java/src/main/resources/category/java/codestyle.xml
@@ -1950,7 +1950,9 @@ public class Foo {
message="Useless qualified this usage in the same class."
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_codestyle.html#uselessqualifiedthis">
- Look for qualified this usages in the same class.
+
+ Reports qualified this usages in the same class.
+
3
@@ -1958,7 +1960,7 @@ public class Foo {
+
+
+ False positive for UselessQualifiedThis #1372
+ 0
+
+
+
+
\ No newline at end of file