diff --git a/pmd/rulesets/experimental.xml b/pmd/rulesets/experimental.xml
index 9063b31e75..168788c0b7 100644
--- a/pmd/rulesets/experimental.xml
+++ b/pmd/rulesets/experimental.xml
@@ -5,6 +5,25 @@
This is the sandbox.
+
+
+A variable is cast to itself, one of its supertypes or one of its interfaces. Usually
+indicates that the programmer is not clear on the class structure they
+are working with.
+
+
+
+
+
+
-
-
-
-These are rules for the future, when we're doing cross-class type checking and such
-
-
-
-
-
-A variable is cast to itself, one of its supertypes or one of its interfaces. Usually
-indicates that the programmer is not clear on the class structure they
-are working with.
-
-
-
-
-
-
-
-
-
-
-
-