Package net.sourceforge.pmd.typeresolution.rules
| Class Summary |
| CloneMethodMustImplementCloneable |
The method clone() should only be implemented if the class implements the
Cloneable interface with the exception of a final method that only throws
CloneNotSupportedException. |
| LooseCoupling |
This is a separate rule, uses the type resolution facade |
| SignatureDeclareThrowsException |
A method/constructor shouldn't explicitly throw java.lang.Exception, since it
is unclear which exceptions that can be thrown from the methods. |