| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 18 | 2 | 0.968 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 127 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 2 | 3 | 219 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 3 | 3 | 223 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 4 | 3 | 227 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 5 | 3 | 524 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 6 | 3 | 528 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 7 | 3 | 532 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 8 | 3 | 817 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 9 | 3 | 821 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 10 | 3 | 825 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 11 | 3 | 829 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 12 | 3 | 833 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 13 | 3 | 837 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 14 | 4 | 1210 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 15 | 3 | 1279 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 16 | 3 | 1436 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 17 | 3 | 1440 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 18 | 3 | 1444 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
public void arraylength() {
super.arraylength();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT);
}
|
| ||||
public void d2f() {
super.d2f();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.FLOAT);
}
|
| ||||
public void d2i() {
super.d2i();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT);
}
|
| ||||
public void d2l() {
super.d2l();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.LONG);
}
|
| ||||
public void f2d() {
super.f2d();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.DOUBLE);
}
|
| ||||
public void f2i() {
super.f2i();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT);
}
|
| ||||
public void f2l() {
super.f2l();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.LONG);
}
|
| ||||
public void i2b() {
super.i2b();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.BYTE);
}
|
| ||||
public void i2c() {
super.i2c();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.CHAR);
}
|
| ||||
public void i2d() {
super.i2d();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.DOUBLE);
}
|
| ||||
public void i2f() {
super.i2f();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.FLOAT);
}
|
| ||||
public void i2l() {
super.i2l();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.LONG);
}
|
| ||||
public void i2s() {
super.i2s();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.SHORT);
}
|
| ||||
public void invokeJavaLangClassDesiredAssertionStatus() {
// invokevirtual: java.lang.Class.desiredAssertionStatus()Z;
super.invokeJavaLangClassDesiredAssertionStatus();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.BOOLEAN);
}
|
| ||||
public void invokeJavaUtilIteratorHasNext() {
super.invokeJavaUtilIteratorHasNext();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.BOOLEAN);
}
|
| ||||
public void l2d() {
super.l2d();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.DOUBLE);
}
|
| ||||
public void l2f() {
super.l2f();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.FLOAT);
}
|
| ||||
public void l2i() {
super.l2i();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding.INT);
}
|
| |||
public void [[#variablebd7585a0]]() {
// invokevirtual: java.lang.Class.desiredAssertionStatus()Z;
super. [[#variablebd7585a0]]();
this.currentFrame.stackItems[this.currentFrame.numberOfStackItems - 1] = new VerificationTypeInfo(TypeBinding. [[#variablebd758660]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bd7585a0]] | arraylength |
| 1 | 2 | [[#bd7585a0]] | d2f |
| 1 | 3 | [[#bd7585a0]] | d2i |
| 1 | 4 | [[#bd7585a0]] | d2l |
| 1 | 5 | [[#bd7585a0]] | f2d |
| 1 | 6 | [[#bd7585a0]] | f2i |
| 1 | 7 | [[#bd7585a0]] | f2l |
| 1 | 8 | [[#bd7585a0]] | i2b |
| 1 | 9 | [[#bd7585a0]] | i2c |
| 1 | 10 | [[#bd7585a0]] | i2d |
| 1 | 11 | [[#bd7585a0]] | i2f |
| 1 | 12 | [[#bd7585a0]] | i2l |
| 1 | 13 | [[#bd7585a0]] | i2s |
| 1 | 14 | [[#bd7585a0]] | invokeJavaLangClassDesiredAssertionStatus |
| 1 | 15 | [[#bd7585a0]] | invokeJavaUtilIteratorHasNext |
| 1 | 16 | [[#bd7585a0]] | l2d |
| 1 | 17 | [[#bd7585a0]] | l2f |
| 1 | 18 | [[#bd7585a0]] | l2i |
| 2 | 1 | [[#bd758660]] | INT |
| 2 | 2 | [[#bd758660]] | FLOAT |
| 2 | 3 | [[#bd758660]] | INT |
| 2 | 4 | [[#bd758660]] | LONG |
| 2 | 5 | [[#bd758660]] | DOUBLE |
| 2 | 6 | [[#bd758660]] | INT |
| 2 | 7 | [[#bd758660]] | LONG |
| 2 | 8 | [[#bd758660]] | BYTE |
| 2 | 9 | [[#bd758660]] | CHAR |
| 2 | 10 | [[#bd758660]] | DOUBLE |
| 2 | 11 | [[#bd758660]] | FLOAT |
| 2 | 12 | [[#bd758660]] | LONG |
| 2 | 13 | [[#bd758660]] | SHORT |
| 2 | 14 | [[#bd758660]] | BOOLEAN |
| 2 | 15 | [[#bd758660]] | BOOLEAN |
| 2 | 16 | [[#bd758660]] | DOUBLE |
| 2 | 17 | [[#bd758660]] | FLOAT |
| 2 | 18 | [[#bd758660]] | INT |