CloneSet486


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131056
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
231088
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
1056
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java

if (start < 0 || length < 0 || start + length > contentMgr.getLength())
  throw new ArrayIndexOutOfBoundsException(start + ":" + length);


First
Previous
Clone Instance
2
Line Count
3
Source Line
1088
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java

if (start < 0 || length < 0 || start + length > contentMgr.getLength())
  throw new ArrayIndexOutOfBoundsException(start + ":" + length);


Clone AbstractionParameter Count: 0Parameter Bindings

if (start < 0 || length < 0 || start + length > contentMgr.getLength())
  throw new ArrayIndexOutOfBoundsException(start + ":" + length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None