CloneSet2747


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7420.964class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17922
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
27930
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
37938
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
47946
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
7
Source Line
922
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void ifeq(BranchLabel lbl) {
        super.ifeq(lbl);
        this.currentFrame.numberOfStackItems--;
}

public void ifge(BranchLabel lbl) {
        super.ifge(lbl);
        this.currentFrame.numberOfStackItems--;
}


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

public void ifgt(BranchLabel lbl) {
        super.ifgt(lbl);
        this.currentFrame.numberOfStackItems--;
}

public void ifle(BranchLabel lbl) {
        super.ifle(lbl);
        this.currentFrame.numberOfStackItems--;
}


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

public void iflt(BranchLabel lbl) {
        super.iflt(lbl);
        this.currentFrame.numberOfStackItems--;
}

public void ifne(BranchLabel lbl) {
        super.ifne(lbl);
        this.currentFrame.numberOfStackItems--;
}


Clone Instance
4
Line Count
7
Source Line
946
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void ifnonnull(BranchLabel lbl) {
        super.ifnonnull(lbl);
        this.currentFrame.numberOfStackItems--;
}

public void ifnull(BranchLabel lbl) {
        super.ifnull(lbl);
        this.currentFrame.numberOfStackItems--;
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variablea1504140]](BranchLabel lbl) {
  super. [[#variablea1504140]](lbl);
  this.currentFrame.numberOfStackItems--;
}

public void [[#variablea1504080]](BranchLabel lbl) {
  super. [[#variablea1504080]](lbl);
  this.currentFrame.numberOfStackItems--;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a1504140]]
ifeq 
12[[#a1504140]]
ifgt 
13[[#a1504140]]
iflt 
14[[#a1504140]]
ifnonnull 
21[[#a1504080]]
ifge 
22[[#a1504080]]
ifle 
23[[#a1504080]]
ifne 
24[[#a1504080]]
ifnull