Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.967 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 687 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 5 | 651 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
if (node.isOnDemand()) { this.buffer.append(".*"); //$NON-NLS-1$ } this.buffer.append(";\n"); //$NON-NLS-1$ return false; |
| ||||
if (node.isOnDemand()) { this.fBuffer.append(".*"); //$NON-NLS-1$ } this.fBuffer.append(";"); //$NON-NLS-1$ return false; |
| |||
if (node.isOnDemand()) { this. [[#variable5025d4c0]].append(".*"); //$NON-NLS-1$ } this. [[#variable5025d4c0]].append( [[#variable5025d640]]); //$NON-NLS-1$ return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5025d4c0]] | fBuffer |
1 | 2 | [[#5025d4c0]] | buffer |
2 | 1 | [[#5025d640]] | ";" |
2 | 2 | [[#5025d640]] | ";\n" |