CloneSet5834


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.984switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19695
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
29724
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
9
Source Line
695
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                        case IClasspathEntry.CPE_LIBRARY:
                                entry = JavaCore.newLibraryEntry(
                                                                                                path, 
                                                                                                sourceAttachmentPath, 
                                                                                                sourceAttachmentRootPath, 
                                                                                                accessRules, 
                                                                                                extraAttributes, 
                                                                                                isExported);
                                break;


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

                        case IClasspathEntry.CPE_VARIABLE:
                                entry = JavaCore.newVariableEntry(
                                                path, 
                                                sourceAttachmentPath, 
                                                sourceAttachmentRootPath, 
                                                accessRules, 
                                                extraAttributes, 
                                                isExported       );
                                break;


Clone AbstractionParameter Count: 2Parameter Bindings

case IClasspathEntry. [[#variable9010fb60]]:
  entry = JavaCore. [[#variable9010fae0]](path, sourceAttachmentPath, sourceAttachmentRootPath, accessRules, extraAttributes, isExported);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9010fb60]]
CPE_LIBRARY 
12[[#9010fb60]]
CPE_VARIABLE 
21[[#9010fae0]]
newLibraryEntry 
22[[#9010fae0]]
newVariableEntry