From 53ddfc9a7b2610d9a67c1f325339465b55293c5c Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 5 Sep 2002 18:57:13 +0000 Subject: [PATCH] moving some rules around git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@853 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/rulesets/experimental.xml | 19 +++++++++++++++++++ pmd/rulesets/future.xml | 33 --------------------------------- 2 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 pmd/rulesets/future.xml 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. - - - - - - - - - - - -