CloneSet6344


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.974switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1378
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java
2387
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java
3390
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java
Clone Instance
1
Line Count
3
Source Line
78
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java

                                case ASTNode.FIELD_DECLARATION:
                                    ((FieldDeclaration) node).fragments().add(this.ast.newVariableDeclarationFragment());
                                    break;


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

                                case ASTNode.VARIABLE_DECLARATION_EXPRESSION:
                                    ((VariableDeclarationExpression) node).fragments().add(this.ast.newVariableDeclarationFragment());
                                break;


Clone Instance
3
Line Count
3
Source Line
90
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java

                                case ASTNode.VARIABLE_DECLARATION_STATEMENT:
                                    ((VariableDeclarationStatement) node).fragments().add(this.ast.newVariableDeclarationFragment());
                                break;


Clone AbstractionParameter Count: 2Parameter Bindings

case ASTNode. [[#variable5fed6540]]:
  (( [[#variable5fed64c0]]) node).fragments().add(this.ast.newVariableDeclarationFragment());
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5fed6540]]
FIELD_DECLARATION 
12[[#5fed6540]]
VARIABLE_DECLARATION_EXPRESSION 
13[[#5fed6540]]
VARIABLE_DECLARATION_STATEMENT 
21[[#5fed64c0]]
FieldDeclaration 
22[[#5fed64c0]]
VariableDeclarationExpression 
23[[#5fed64c0]]
VariableDeclarationStatement