CloneSet424


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.977statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161124
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
261170
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
1124
Source File
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();


First
Previous
Clone Instance
2
Line Count
6
Source Line
1170
Source File
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, seg);
integerArray.clear();


Clone AbstractionParameter Count: 1Parameter Bindings

if (offset < 0 || offset > contentMgr.getLength())
  throw new ArrayIndexOutOfBoundsException(offset);
contentMgr.insert(offset,  [[#variablec2ab9c0]]);
integerArray.clear();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2ab9c0]]
str 
12[[#c2ab9c0]]
seg