| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 8 | 2 | 0.964 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 120 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 2 | 6 | 128 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 3 | 6 | 136 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 4 | 6 | 144 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 5 | 6 | 152 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 6 | 6 | 160 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 7 | 6 | 168 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| 8 | 6 | 176 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
| ||||
protected IJavaValue newValue(boolean value) {
return getVM().newValue(value);
}
protected void pushNewValue(byte value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(byte value) {
return getVM().newValue(value);
}
protected void pushNewValue(short value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(short value) {
return getVM().newValue(value);
}
protected void pushNewValue(int value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(int value) {
return getVM().newValue(value);
}
protected void pushNewValue(long value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(long value) {
return getVM().newValue(value);
}
protected void pushNewValue(char value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(char value) {
return getVM().newValue(value);
}
protected void pushNewValue(float value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(float value) {
return getVM().newValue(value);
}
protected void pushNewValue(double value) {
fInterpreter.push(newValue(value));
}
|
| ||||
protected IJavaValue newValue(double value) {
return getVM().newValue(value);
}
protected void pushNewValue(String value) {
fInterpreter.push(newValue(value));
}
|
| |||
protected IJavaValue newValue( [[#variable57792e00]] value) {
return getVM().newValue(value);
}
protected void pushNewValue( [[#variable4ff15720]] value) {
fInterpreter.push(newValue(value));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#57792e00]] | double |
| 1 | 2 | [[#57792e00]] | float |
| 1 | 3 | [[#57792e00]] | char |
| 1 | 4 | [[#57792e00]] | long |
| 1 | 5 | [[#57792e00]] | int |
| 1 | 6 | [[#57792e00]] | short |
| 1 | 7 | [[#57792e00]] | byte |
| 1 | 8 | [[#57792e00]] | boolean |
| 2 | 1 | [[#4ff15720]] | String |
| 2 | 2 | [[#4ff15720]] | double |
| 2 | 3 | [[#4ff15720]] | float |
| 2 | 4 | [[#4ff15720]] | char |
| 2 | 5 | [[#4ff15720]] | long |
| 2 | 6 | [[#4ff15720]] | int |
| 2 | 7 | [[#4ff15720]] | short |
| 2 | 8 | [[#4ff15720]] | byte |