CloneSet4804


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3340.959block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13772
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
231153
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
331185
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
3
Source Line
772
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                                                {
        super.getfield(fieldBinding);
        this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(fieldBinding.type);
                                                }


Clone Instance
2
Line Count
3
Source Line
1153
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                                                 {
        super.instance_of(typeBinding);
        this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT);
                                                 }


Clone Instance
3
Line Count
3
Source Line
1185
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

                                                               {
        super.invokeEnumOrdinal(enumTypeConstantPoolName);
        this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT);
                                                               }


Clone AbstractionParameter Count: 4Parameter Bindings

{
  super. [[#variable5425c340]]( [[#variable5425c2c0]]);
  this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo( [[#variable5425c220]]. [[#variable5425c1c0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5425c340]]
getfield 
12[[#5425c340]]
invokeEnumOrdinal 
13[[#5425c340]]
instance_of 
21[[#5425c2c0]]
fieldBinding 
22[[#5425c2c0]]
enumTypeConstantPoolName 
23[[#5425c2c0]]
typeBinding 
31[[#5425c220]]
fieldBinding 
32[[#5425c220]]
TypeBinding 
33[[#5425c220]]
TypeBinding 
41[[#5425c1c0]]
type 
42[[#5425c1c0]]
INT 
43[[#5425c1c0]]
INT