| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.VariablesAndMethodsNameClashingRule
VariablesAndMethodsNameClashingRule | public class VariablesAndMethodsNameClashingRule extends InspectorBase (Code) | | ER-124
Instance variables and method names shouldn't have same name
author: Janos Czako version: $Revision: 1.2 $ |
Method Summary | |
public void | visit(Method element) Reviews the type definitions, if they have clashing names among
the class attributes and the methods. |
visit | public void visit(Method element)(Code) | | Reviews the type definitions, if they have clashing names among
the class attributes and the methods.
Parameters: element - the type definition to be reviewed. |
|
|
|