File path: /jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java | File path: /jEdit-4.2/src/org/gjt/sp/jedit/textarea/StructureMatcher.java | |||
Method name: void Rect(int, int, int, int)
|
Method name: void Match(StructureMatcher, int, int, int, int)
|
|||
Number of AST nodes: 4 | Number of AST nodes: 4 | |||
1 | this.startLine = startLine;↵ | 1 | this.startLine = startLine;↵ | |
2 | this.start = start;↵ | 2 | this.start = start;↵ | |
3 | this.endLine = endLine;↵ | 3 | this.endLine = endLine;↵ | |
4 | this.end = end; | 4 |
| |
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 different classes |
Number of node comparisons | 10 |
Number of mapped statements | 4 |
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 | |
---|---|---|---|---|
1 | this.startLine = startLine; | 2 | this.startLine = startLine; | |
2 | this.start = start; | 3 | this.start = start; | |
3 | this.endLine = endLine; | 4 | this.endLine = endLine; | |
4 | this.end = end; | 5 | this.end = end; |
Row | Violation |
---|