| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.OperationParameterNamesRule
OperationParameterNamesRule | public class OperationParameterNamesRule extends InspectorBase (Code) | | ER-099
Avoid using method parameter names that conflict with class member names
author: Janos Czako version: $Revision: 1.2 $ |
Method Summary | |
public void | visit(Method element) Reviews the method definitions if they have parameters with the same
name as one of the class attribute. |
visit | public void visit(Method element)(Code) | | Reviews the method definitions if they have parameters with the same
name as one of the class attribute.
Parameters: element - the method definition to be reviewed. |
|
|
|