CloneSet651


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

data[reference++ ] = (byte) (offset >>> 8);
data[reference] = (byte) offset;


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

data[reference++ ] = (byte) (offset >>> 8);
data[reference] = (byte) offset;


Clone AbstractionParameter Count: 0Parameter Bindings

data[reference++ ] = (byte) (offset >>> 8);
data[reference] = (byte) offset;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None