| net.sourceforge.pmd.AbstractRule net.sourceforge.pmd.rules.AccessorClassGeneration
AccessorClassGeneration | public class AccessorClassGeneration 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@) author: Romain PELISSE, belaran@gmail.com, patch bug#1807370 |
|
|