CloneSet6975


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.962switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161221
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
261227
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
6
Source Line
1221
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                case IClasspathEntry.CPE_LIBRARY:
                                        this.rootID = "[LIB]" + this.path; //$NON-NLS-1$
                                        break;
                                case IClasspathEntry.CPE_PROJECT:
                                        this.rootID = "[PRJ]" + this.path; //$NON-NLS-1$
                                        break;


Clone Instance
2
Line Count
6
Source Line
1227
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                case IClasspathEntry.CPE_SOURCE:
                                        this.rootID = "[SRC]" + this.path; //$NON-NLS-1$
                                        break;
                                case IClasspathEntry.CPE_VARIABLE:
                                        this.rootID = "[VAR]" + this.path; //$NON-NLS-1$
                                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case IClasspathEntry. [[#variable54c889c0]]:
  this.rootID = [[#variable54c88960]] + this.path; //$NON-NLS-1$
  break;
case IClasspathEntry. [[#variable54c88900]]:
  this.rootID = [[#variable55a5fc20]] + this.path; //$NON-NLS-1$
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54c889c0]]
CPE_LIBRARY 
12[[#54c889c0]]
CPE_SOURCE 
21[[#54c88960]]
"[LIB]" 
22[[#54c88960]]
"[SRC]" 
31[[#54c88900]]
CPE_PROJECT 
32[[#54c88900]]
CPE_VARIABLE 
41[[#55a5fc20]]
"[PRJ]" 
42[[#55a5fc20]]
"[VAR]"