| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.971 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 143 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/StringFix.java |
| 2 | 1 | 502 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java |
| ||||
return new StringFix("", compilationUnit, (TextEditGroup[]) result.toArray(new TextEditGroup[result.size()])); //$NON-NLS-1$
|
| ||||
return new UnusedCodeFix("", compilationUnit, (IFixRewriteOperation[]) result.toArray(new IFixRewriteOperation[result.size()])); //$NON-NLS-1$
|
| |||
return new [[#variable5718fac0]]("", compilationUnit, ( [[#variable5718fa40]][]) result.toArray(new [[#variable5718fa40]][result.size()])); //$NON-NLS-1$
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5718fac0]] | UnusedCodeFix |
| 1 | 2 | [[#5718fac0]] | StringFix |
| 2 | 1 | [[#5718fa40]] | IFixRewriteOperation |
| 2 | 2 | [[#5718fa40]] | TextEditGroup |