CloneSet6169


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

                            kind == IClasspathEntry.CPE_SOURCE ||
                                           (kind == IClasspathEntry.CPE_LIBRARY && !org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(entryPath.lastSegment()))


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

                                                    otherKind == IClasspathEntry.CPE_SOURCE ||
                                                                   (otherKind == IClasspathEntry.CPE_LIBRARY &&
                                                                                   !org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(otherPath.lastSegment()))


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable5d10db40]]== IClasspathEntry.CPE_SOURCE || ( [[#variable5d10db40]]== IClasspathEntry.CPE_LIBRARY && !org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName( [[#variable5d10dae0]].lastSegment()))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5d10db40]]
otherKind 
12[[#5d10db40]]
kind 
21[[#5d10dae0]]
otherPath 
22[[#5d10dae0]]
entryPath