CloneSet2079


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

public void if_acmpeq(BranchLabel lbl) {
        super.if_acmpeq(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}

public void if_acmpne(BranchLabel lbl) {
        super.if_acmpne(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}


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

public void if_icmpeq(BranchLabel lbl) {
        super.if_icmpeq(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}

public void if_icmpge(BranchLabel lbl) {
        super.if_icmpge(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}


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

public void if_icmpgt(BranchLabel lbl) {
        super.if_icmpgt(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}

public void if_icmple(BranchLabel lbl) {
        super.if_icmple(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}


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

public void if_icmplt(BranchLabel lbl) {
        super.if_icmplt(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}

public void if_icmpne(BranchLabel lbl) {
        super.if_icmpne(lbl);
        this.currentFrame.numberOfStackItems -= 2;
}


Clone AbstractionParameter Count: 2Parameter Bindings

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

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9c7fd40]]
if_acmpeq 
12[[#b9c7fd40]]
if_icmpeq 
13[[#b9c7fd40]]
if_icmpgt 
14[[#b9c7fd40]]
if_icmplt 
21[[#b9c7fda0]]
if_acmpne 
22[[#b9c7fda0]]
if_icmpge 
23[[#b9c7fda0]]
if_icmple 
24[[#b9c7fda0]]
if_icmpne