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.969 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1013 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 4 | 973 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
this.buffer.append("package "); //$NON-NLS-1$ node.getName().accept(this ); this.buffer.append(";\n"); //$NON-NLS-1$ return false; |
| ||||
this.fBuffer.append("package "); //$NON-NLS-1$ node.getName().accept(this ); this.fBuffer.append(";"); //$NON-NLS-1$ return false; |
| |||
this. [[#variable59af82e0]].append("package "); //$NON-NLS-1$ node.getName().accept(this ); this. [[#variable59af82e0]].append( [[#variable59af8280]]); //$NON-NLS-1$ return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59af82e0]] | fBuffer |
1 | 2 | [[#59af82e0]] | buffer |
2 | 1 | [[#59af8280]] | ";" |
2 | 2 | [[#59af8280]] | ";\n" |