Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 713 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 2 | 1444 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
| ||||
doTextInsert(startPos, node, getIndent(startPos), true, editGroup); doTextInsert(startPos, ".", editGroup); //$NON-NLS-1$ |
| ||||
doTextInsert(nextStart, newReturnType, getIndent(nextStart), true, editGroup); doTextInsert(nextStart, " ", editGroup); //$NON-NLS-1$ |
| |||
doTextInsert( [[#variable9a43e320]], [[#variable9a43e4c0]], getIndent( [[#variable9a43e320]]), true, editGroup); doTextInsert( [[#variable9a43e320]], [[#variable9a43e4e0]], editGroup); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a43e320]] | startPos |
1 | 2 | [[#9a43e320]] | nextStart |
2 | 1 | [[#9a43e4c0]] | node |
2 | 2 | [[#9a43e4c0]] | newReturnType |
3 | 1 | [[#9a43e4e0]] | "." |
3 | 2 | [[#9a43e4e0]] | " " |