Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 199 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ListRewriteEvent.java |
2 | 5 | 991 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
3 | 5 | 168 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java |
| ||||
for (int i = 0; i < events.length; i++) { if (i != 0) { buf.append("\n\t"); //$NON-NLS-1$ } buf.append(events[i]); } |
| ||||
for (int i = 0; i < paramTypes.length; i++) { if (i != 0) { buf.append(", "); //$NON-NLS-1$ } buf.append(paramTypes[i]); } |
| ||||
for (int i = 0; i < fEnclosingNames.length; i++) { if (i != 0) { buf.append('.'); } buf.append(fEnclosingNames[i]); } |
| |||
for (int i = 0; i < [[#variable9b837fc0]].length; i++) { if (i != 0) { buf.append( [[#variable9b837ea0]]); //$NON-NLS-1$ } buf.append( [[#variable9b837fc0]][i]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b837fc0]] | events |
1 | 2 | [[#9b837fc0]] | paramTypes |
1 | 3 | [[#9b837fc0]] | fEnclosingNames |
2 | 1 | [[#9b837ea0]] | "\n\t" |
2 | 2 | [[#9b837ea0]] | ", " |
2 | 3 | [[#9b837ea0]] | '.' |