CloneSet7592


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

                this.buffer.append("package "); //$NON-NLS-1$
                node.getName().accept(this );
                this.buffer.append(";\n"); //$NON-NLS-1$
                return false;


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

                this.fBuffer.append("package "); //$NON-NLS-1$
                node.getName().accept(this );
                this.fBuffer.append(";"); //$NON-NLS-1$
                return false;


Clone AbstractionParameter Count: 2Parameter Bindings

this. [[#variable59af82e0]].append("package "); //$NON-NLS-1$
node.getName().accept(this );
this. [[#variable59af82e0]].append( [[#variable59af8280]]); //$NON-NLS-1$
return false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59af82e0]]
fBuffer 
12[[#59af82e0]]
buffer 
21[[#59af8280]]
";" 
22[[#59af8280]]
";\n"