File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java | File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java | |||
Method name: void doNetRexxCompile()
|
Method name: void doNetRexxCompile()
|
|||
Number of AST nodes: 4 | Number of AST nodes: 4 | |||
1 | log(l, Project.MSG_VERBOSE);↵ | |||
2 | } else if (suppressPrivatePropertyNotUsed↵ | |||
3 | && l.indexOf(MSG_PRIVATE_PROPERTY_NOT_USED) != -1) {↵ | |||
4 | log(l, Project.MSG_VERBOSE);↵ | 1 | log(l, Project.MSG_VERBOSE);↵ | |
5 | } else if (suppressVariableNotUsed↵ | 2 | } else if (suppressVariableNotUsed↵ | |
6 | && l.indexOf(MSG_VARIABLE_NOT_USED) != -1) {↵ | 3 | && l.indexOf(MSG_VARIABLE_NOT_USED) != -1) {↵ | |
7 | log(l, Project.MSG_VERBOSE);↵ | 4 | log(l, Project.MSG_VERBOSE);↵ | |
8 | } else if (suppressExceptionNotSignalled↵ | 5 | } else if (suppressExceptionNotSignalled↵ | |
9 | && l.indexOf(MSG_EXCEPTION_NOT_SIGNALLED) != -1) {↵ | 6 | && l.indexOf(MSG_EXCEPTION_NOT_SIGNALLED) != -1) {↵ | |
10 | log(l, Project.MSG_VERBOSE); | 7 | log(l, Project.MSG_VERBOSE);↵ | |
8 | } else if (suppressDeprecation↵ | |||
9 | && l.indexOf(MSG_DEPRECATION) != -1) {↵ | |||
10 |
| |||
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in the same method |
Number of node comparisons | 3 |
Number of mapped statements | 1 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 1 |
ID | Statement | ID | Statement | |
---|---|---|---|---|
46 | log(l, Project.MSG_VERBOSE); | 48 | log(l, Project.MSG_VERBOSE); |
Row | Violation |
---|