CloneSet1283


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4330.988statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1434
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ExceptionTableEntry.java
2444
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTableEntry.java
3444
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTypeTableEntry.java
Clone Instance
1
Line Count
4
Source Line
34
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ExceptionTableEntry.java

                this.startPC = u2At(classFileBytes, 0, offset);
                this.endPC = u2At(classFileBytes, 2, offset);
                this.handlerPC = u2At(classFileBytes, 4, offset);
                this.catchTypeIndex = u2At(classFileBytes, 6, offset);


Clone Instance
2
Line Count
4
Source Line
44
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTableEntry.java

                        this.startPC = u2At(classFileBytes, 0, offset);
                        this.length = u2At(classFileBytes, 2, offset);
                        this.nameIndex = u2At(classFileBytes, 4, offset);
                        this.descriptorIndex = u2At(classFileBytes, 6, offset);


Clone Instance
3
Line Count
4
Source Line
44
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LocalVariableTypeTableEntry.java

                        this.startPC = u2At(classFileBytes, 0, offset);
                        this.length = u2At(classFileBytes, 2, offset);
                        this.nameIndex = u2At(classFileBytes, 4, offset);
                        this.signatureIndex = u2At(classFileBytes, 6, offset);


Clone AbstractionParameter Count: 3Parameter Bindings

this.startPC = u2At(classFileBytes, 0, offset);
this. [[#variableb9ba96c0]]= u2At(classFileBytes, 2, offset);
this. [[#variableb9b13040]]= u2At(classFileBytes, 4, offset);
this. [[#variableb9b130a0]]= u2At(classFileBytes, 6, offset);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9ba96c0]]
endPC 
12[[#b9ba96c0]]
length 
13[[#b9ba96c0]]
length 
21[[#b9b13040]]
handlerPC 
22[[#b9b13040]]
nameIndex 
23[[#b9b13040]]
nameIndex 
31[[#b9b130a0]]
catchTypeIndex 
32[[#b9b130a0]]
descriptorIndex 
33[[#b9b130a0]]
signatureIndex