Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.963 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 141 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 4 | 549 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
3 | 4 | 129 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
4 | 4 | 520 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
printModifiers(node.modifiers()); this.buffer.append("@interface "); //$NON-NLS-1$ node.getName().accept(this ); this.buffer.append(" {"); //$NON-NLS-1$ |
| ||||
printModifiers(node.modifiers()); this.buffer.append("enum "); //$NON-NLS-1$ node.getName().accept(this ); this.buffer.append(" "); //$NON-NLS-1$ |
| ||||
printModifiers(node.modifiers()); this.fBuffer.append("@interface "); //$NON-NLS-1$ node.getName().accept(this ); this.fBuffer.append(" {"); //$NON-NLS-1$ |
| ||||
printModifiers(node.modifiers()); this.fBuffer.append("enum "); //$NON-NLS-1$ node.getName().accept(this ); this.fBuffer.append(" "); //$NON-NLS-1$ |
| |||
printModifiers(node.modifiers()); this. [[#variablea0585700]].append( [[#variablebad91de0]]); //$NON-NLS-1$ node.getName().accept(this ); this. [[#variablea0585700]].append( [[#variablea0585780]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0585700]] | fBuffer |
1 | 2 | [[#a0585700]] | fBuffer |
1 | 3 | [[#a0585700]] | buffer |
1 | 4 | [[#a0585700]] | buffer |
2 | 1 | [[#bad91de0]] | "@interface " |
2 | 2 | [[#bad91de0]] | "enum " |
2 | 3 | [[#bad91de0]] | "@interface " |
2 | 4 | [[#bad91de0]] | "enum " |
3 | 1 | [[#a0585780]] | " {" |
3 | 2 | [[#a0585780]] | " " |
3 | 3 | [[#a0585780]] | " {" |
3 | 4 | [[#a0585780]] | " " |