Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.968 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1060 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/search/SearchAndReplace.java |
2 | 3 | 4407 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java |
3 | 3 | 5469 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/JEditTextArea.java |
| |||||
Selection.Rect rect = (Selection.Rect) s; int startCol = rect.getStartColumn(buffer); int endCol = rect.getEndColumn(buffer); |
| |||||
Selection.Rect rect = (Selection.Rect) s; int start = rect.getStartColumn(buffer); int end = rect.getEndColumn(buffer); |
| |||||
Selection.Rect rect = (Selection.Rect) s; int _start = rect.getStartColumn(buffer); int _end = rect.getEndColumn(buffer); |
| |||
Selection.Rect rect = (Selection.Rect) s; int [[#variableaf2c600]]= rect.getStartColumn(buffer); int [[#variableaf2c5e0]]= rect.getEndColumn(buffer); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#af2c600]] | startCol |
1 | 2 | [[#af2c600]] | start |
1 | 3 | [[#af2c600]] | _start |
2 | 1 | [[#af2c5e0]] | endCol |
2 | 2 | [[#af2c5e0]] | end |
2 | 3 | [[#af2c5e0]] | _end |