CloneSet403


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14117
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/ByteVector.java
24139
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/ByteVector.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
117
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/ByteVector.java

data[length++ ] = (byte) (s >>> 8);
data[length++ ] = (byte) s;
this.length = length;
return this ;


First
Previous
Clone Instance
2
Line Count
4
Source Line
139
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/ByteVector.java

data[length++ ] = (byte) (s >>> 8);
data[length++ ] = (byte) s;
this.length = length;
return this ;


Clone AbstractionParameter Count: 0Parameter Bindings

data[length++ ] = (byte) (s >>> 8);
data[length++ ] = (byte) s;
this.length = length;
return this ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None