| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 3 | 0.962 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 458 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| 2 | 4 | 828 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| ||||
FieldReference fieldReference =
new SelectionOnFieldReference(
identifierStack[identifierPtr],
identifierPositionStack[identifierPtr-- ]);
|
| ||||
SingleTypeReference ref =
new SingleTypeReference(
identifierStack[identifierPtr],
identifierPositionStack[identifierPtr-- ]);
|
| |||
[[#variable77a9a700]] [[#variable77a9a6a0]]= new [[#variable77a9a620]](identifierStack[identifierPtr], identifierPositionStack[identifierPtr-- ]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#77a9a700]] | FieldReference |
| 1 | 2 | [[#77a9a700]] | SingleTypeReference |
| 2 | 1 | [[#77a9a6a0]] | fieldReference |
| 2 | 2 | [[#77a9a6a0]] | ref |
| 3 | 1 | [[#77a9a620]] | SelectionOnFieldReference |
| 3 | 2 | [[#77a9a620]] | SingleTypeReference |