CloneSet5370


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.977statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13242
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java
23701
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java
Clone Instance
1
Line Count
3
Source Line
242
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java

                this.result.append(getAttribute(node, Assignment.OPERATOR_PROPERTY).toString());
                getChildNode(node, Assignment.RIGHT_HAND_SIDE_PROPERTY).accept(this );
                return false;


Clone Instance
2
Line Count
3
Source Line
701
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java

                this.result.append(getAttribute(node, PrefixExpression.OPERATOR_PROPERTY).toString());
                getChildNode(node, PrefixExpression.OPERAND_PROPERTY).accept(this );
                return false;


Clone AbstractionParameter Count: 2Parameter Bindings

this.result.append(getAttribute(node,  [[#variablea4bd1b80]].OPERATOR_PROPERTY).toString());
getChildNode(node,  [[#variablea4bd1b80]]. [[#variablea4b99560]]).accept(this );
return false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4bd1b80]]
Assignment 
12[[#a4bd1b80]]
PrefixExpression 
21[[#a4b99560]]
RIGHT_HAND_SIDE_PROPERTY 
22[[#a4b99560]]
OPERAND_PROPERTY