CloneSet4434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8250.968switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18201
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java
28217
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java
Clone Instance
1
Line Count
8
Source Line
201
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java

                                // Type correction
                                case IProblem.ImportNotFound:
                                        this.filter = IMPORT;
                                        argument = arguments[0];
                                        break;
                                case IProblem.UndefinedType:
                                        this.filter = CLASSES|  INTERFACES;
                                        argument = arguments[0];
                                        break;


Clone Instance
2
Line Count
8
Source Line
217
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java

                                // Field and local variable correction
                                case IProblem.UndefinedField:
                                        this.filter = FIELD;
                                        argument = arguments[0];
                                        break;
                                case IProblem.UndefinedName:
                                        this.filter = FIELD|  LOCAL;
                                        argument = arguments[0];
                                        break;


Clone AbstractionParameter Count: 5Parameter Bindings

// Field and local variable correction
// Type correction
case IProblem. [[#variable54e53140]]:
  this.filter = [[#variable54e53080]];
  argument = arguments[0];
  break;
case IProblem. [[#variable54e52fe0]]:
  this.filter = [[#variable54e52f60]]| [[#variable54e52ee0]];
  argument = arguments[0];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54e53140]]
UndefinedField 
12[[#54e53140]]
ImportNotFound 
21[[#54e53080]]
FIELD 
22[[#54e53080]]
IMPORT 
31[[#54e52fe0]]
UndefinedName 
32[[#54e52fe0]]
UndefinedType 
41[[#54e52f60]]
FIELD 
42[[#54e52f60]]
CLASSES 
51[[#54e52ee0]]
LOCAL 
52[[#54e52ee0]]
INTERFACES