| org.acm.seguin.pmd.AbstractRule org.acm.seguin.pmd.rules.AccessorClassGenerationRule
AccessorClassGenerationRule | public class AccessorClassGenerationRule extends AbstractRule (Code) | | 1. Note all private constructors.
2. Note all instantiations from outside of the class by way of the private
constructor.
3. Flag instantiations.
Parameter types can not be matched because they can come as exposed members
of classes. In this case we have no way to know what the type is. We can
make a best effort though which can filter some?
author: CL Gilbert (dnoyeb@users.sourceforge.net) author: David Konecny (david.konecny@) |
|
|