CloneSet4321


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4410.975class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14298
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
24603
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
341386
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
441542
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
Clone Instance
1
Line Count
4
Source Line
298
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java

public void dreturn() {
        super.dreturn();
        this.currentFrame.numberOfStackItems--;
        this.framePositions.add(new Integer(this.position));
}


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

public void freturn() {
        super.freturn();
        this.currentFrame.numberOfStackItems--;
        this.framePositions.add(new Integer(this.position));
}


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

public void ireturn() {
        super.ireturn();
        this.currentFrame.numberOfStackItems--;
        this.framePositions.add(new Integer(this.position));
}


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

public void lreturn() {
        super.lreturn();
        this.currentFrame.numberOfStackItems--;
        this.framePositions.add(new Integer(this.position));
}


Clone AbstractionParameter Count: 1Parameter Bindings

public void [[#variableb8894d00]]() {
  super. [[#variableb8894d00]]();
  this.currentFrame.numberOfStackItems--;
  this.framePositions.add(new Integer(this.position));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b8894d00]]
dreturn 
12[[#b8894d00]]
freturn 
13[[#b8894d00]]
ireturn 
14[[#b8894d00]]
lreturn