Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.956 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 70 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushFieldVariable.java |
2 | 2 | 68 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushLocalVariable.java |
3 | 2 | 58 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushStaticFieldVariable.java |
| ||||
public String toString() { return MessageFormat.format(InstructionsEvaluationMessages.PushFieldVariable_push_field__0__2, new String[] { fName } ); } |
| ||||
public String toString() { return MessageFormat.format(InstructionsEvaluationMessages.PushLocalVariable_push____0___2, new String[] { getName() } ); } |
| ||||
public String toString() { return MessageFormat.format(InstructionsEvaluationMessages.PushStaticFieldVariable_push_static_field__0__2, new String[] { fFieldName } ); } |
| |||
public String toString() { return MessageFormat.format(InstructionsEvaluationMessages. [[#variable93737ea0]], new String[] { [[#variable93737da0]] } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93737ea0]] | PushStaticFieldVariable_push_static_field__0__2 |
1 | 2 | [[#93737ea0]] | PushLocalVariable_push____0___2 |
1 | 3 | [[#93737ea0]] | PushFieldVariable_push_field__0__2 |
2 | 1 | [[#93737da0]] | fFieldName |
2 | 2 | [[#93737da0]] | getName() |
2 | 3 | [[#93737da0]] | fName |