Severity | 3 |
---|---|
Enabled | yes |
Waivable | |
Violation |
public class VariableNameClashesWithTypeNameRuleViolationTestCase { private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getRootLogger(); private int VariableNameClashesWithTypeNameInspectorViolationTestCase; } |
Fix |
public class VariableNameClashesWithTypeNameRuleFixTestCase { private static org.apache.log4j.Logger logger = org.apache.log4j.Logger.getRootLogger(); private int theVariableNameClashesWithTypeNameInspectorFixTestCase; } |