Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.962 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 192 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java |
2 | 9 | 323 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/Selection.java |
| |||||
//{{{ Range constructor public Range(Selection sel) { super(sel); } //}}} //{{{ Range constructor public Range(int start, int end) { super(start, end); } //}}} |
| |||||
//{{{ Rect constructor public Rect(Selection sel) { super(sel); } //}}} //{{{ Rect constructor public Rect(int start, int end) { super(start, end); } //}}} |
| |||
//{{{ Range constructor //{{{ Rect constructor public [[#variablee226a20]](Selection sel) { super(sel); } //}}} //{{{ Range constructor //{{{ Rect constructor public [[#variablee226a20]](int start, int end) { super(start, end); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e226a20]] | Range |
1 | 2 | [[#e226a20]] | Rect |