| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 14 | 2 | 0 | 1.000 | class_body_declarations[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 14 | 78 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DefaultStackMapFrame.java |
| 2 | 14 | 155 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java |
| ||||
public IVerificationTypeInfo[] getLocals() {
return this.locals;
}
public int getNumberOfLocals() {
return this.numberOfLocals;
}
public int getNumberOfStackItems() {
return this.numberOfStackItems;
}
public int getOffsetDelta() {
return this.offsetDelta;
}
public IVerificationTypeInfo[] getStackItems() {
return this.stackItems;
}
|
| ||||
public IVerificationTypeInfo[] getLocals() {
return this.locals;
}
public int getNumberOfLocals() {
return this.numberOfLocals;
}
public int getNumberOfStackItems() {
return this.numberOfStackItems;
}
public int getOffsetDelta() {
return this.offsetDelta;
}
public IVerificationTypeInfo[] getStackItems() {
return this.stackItems;
}
|
| |||
public IVerificationTypeInfo[] getLocals() {
return this.locals;
}
public int getNumberOfLocals() {
return this.numberOfLocals;
}
public int getNumberOfStackItems() {
return this.numberOfStackItems;
}
public int getOffsetDelta() {
return this.offsetDelta;
}
public IVerificationTypeInfo[] getStackItems() {
return this.stackItems;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||