Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1124 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
2 | 6 | 1170 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
| |||||
if (offset < 0 || offset > contentMgr.getLength()) throw new ArrayIndexOutOfBoundsException(offset); contentMgr.insert(offset, str); integerArray.clear(); |
| |||||
if (offset < 0 || offset > contentMgr.getLength()) throw new ArrayIndexOutOfBoundsException(offset); contentMgr.insert(offset, seg); integerArray.clear(); |
| |||
if (offset < 0 || offset > contentMgr.getLength()) throw new ArrayIndexOutOfBoundsException(offset); contentMgr.insert(offset, [[#variablec2ab9c0]]); integerArray.clear(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2ab9c0]] | str |
1 | 2 | [[#c2ab9c0]] | seg |