| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.StaticCollectionsRule
StaticCollectionsRule | public class StaticCollectionsRule extends InspectorBase (Code) | | ER-087
Avoid "static" collections; they can grow without bounds
author: Janos Czako version: $Revision: 1.2 $ |
Method Summary | |
public void | visit(com.pavelvlasov.jsel.Class clazz) Reviews the type definition, if it has static Collection attributes. |
visit | public void visit(com.pavelvlasov.jsel.Class clazz)(Code) | | Reviews the type definition, if it has static Collection attributes.
Parameters: type - the type definition to be reviewed. |
|
|