CloneSet4611


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.974statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16480
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java
26455
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java
Clone Instance
1
Line Count
6
Source Line
480
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java

                this.buffer.append("do "); //$NON-NLS-1$
                node.getBody().accept(this );
                this.buffer.append(" while ("); //$NON-NLS-1$
                node.getExpression().accept(this );
                this.buffer.append(");\n"); //$NON-NLS-1$
                return false;


Clone Instance
2
Line Count
6
Source Line
455
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java

                this.fBuffer.append("do "); //$NON-NLS-1$
                node.getBody().accept(this );
                this.fBuffer.append(" while ("); //$NON-NLS-1$
                node.getExpression().accept(this );
                this.fBuffer.append(");"); //$NON-NLS-1$
                return false;


Clone AbstractionParameter Count: 2Parameter Bindings

this. [[#variable58ba4d80]].append("do "); //$NON-NLS-1$
node.getBody().accept(this );
this. [[#variable58ba4d80]].append(" while ("); //$NON-NLS-1$
node.getExpression().accept(this );
this. [[#variable58ba4d80]].append( [[#variable5a62bfe0]]); //$NON-NLS-1$
return false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58ba4d80]]
fBuffer 
12[[#58ba4d80]]
buffer 
21[[#5a62bfe0]]
");" 
22[[#5a62bfe0]]
");\n"