| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 3 | 0.966 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 498 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
| 2 | 2 | 562 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
| 3 | 2 | 578 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
| ||||
Integer index = (Integer) internedTypeLocators.get(valueTable[i]);
out.writeInt(index.intValue());
|
| ||||
Integer index = (Integer) internedSimpleNames.get(qName[j]);
out.writeInt(index.intValue());
|
| ||||
Integer index = (Integer) internedTypeLocators.get(keyTable[i]);
out.writeInt(index.intValue());
|
| |||
Integer index = (Integer) [[#variablea390bb60]].get( [[#variablea390bb80]][ [[#variablea390bb20]]]); out.writeInt(index.intValue()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a390bb60]] | internedTypeLocators |
| 1 | 2 | [[#a390bb60]] | internedSimpleNames |
| 1 | 3 | [[#a390bb60]] | internedTypeLocators |
| 2 | 1 | [[#a390bb80]] | valueTable |
| 2 | 2 | [[#a390bb80]] | qName |
| 2 | 3 | [[#a390bb80]] | keyTable |
| 3 | 1 | [[#a390bb20]] | i |
| 3 | 2 | [[#a390bb20]] | j |
| 3 | 3 | [[#a390bb20]] | i |