CloneSet6667


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.964statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141274
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java
241230
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java
Clone Instance
1
Line Count
4
Source Line
1274
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.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$


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

                this.fBuffer.append("switch ("); //$NON-NLS-1$
                node.getExpression().accept(this );
                this.fBuffer.append(") "); //$NON-NLS-1$
                this.fBuffer.append("{"); //$NON-NLS-1$


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5eddba80]]
fBuffer 
12[[#5eddba80]]
buffer 
21[[#638e1980]]
"{" 
22[[#638e1980]]
"{\n"