Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 393 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java |
2 | 4 | 400 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java |
| |||||
//{{{ getStart() method public int getStart(Buffer buffer, int line) { return getColumnOnOtherLine(buffer, line, getStartColumn(buffer)); } //}}} |
| |||||
//{{{ getEnd() method public int getEnd(Buffer buffer, int line) { return getColumnOnOtherLine(buffer, line, getEndColumn(buffer)); } //}}} |
| |||
//{{{ getEnd() method //{{{ getStart() method public int [[#variablec283380]](Buffer buffer, int line) { return getColumnOnOtherLine(buffer, line, [[#variablec283300]](buffer)); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c283380]] | getStart |
1 | 2 | [[#c283380]] | getEnd |
2 | 1 | [[#c283300]] | getStartColumn |
2 | 2 | [[#c283300]] | getEndColumn |