Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.964 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1274 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 4 | 1230 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
this.buffer.append("switch ("); //$NON-NLS-1$ node.getExpression().accept(this ); this.buffer.append(") "); //$NON-NLS-1$ this.buffer.append("{\n"); //$NON-NLS-1$ |
| ||||
this.fBuffer.append("switch ("); //$NON-NLS-1$ node.getExpression().accept(this ); this.fBuffer.append(") "); //$NON-NLS-1$ this.fBuffer.append("{"); //$NON-NLS-1$ |
| |||
this. [[#variable5eddba80]].append("switch ("); //$NON-NLS-1$ node.getExpression().accept(this ); this. [[#variable5eddba80]].append(") "); //$NON-NLS-1$ this. [[#variable5eddba80]].append( [[#variable638e1980]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eddba80]] | fBuffer |
1 | 2 | [[#5eddba80]] | buffer |
2 | 1 | [[#638e1980]] | "{" |
2 | 2 | [[#638e1980]] | "{\n" |