CloneSet4700


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4350.950statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141056
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
241060
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
341064
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
4
Source Line
1056
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                if (kindStr.equalsIgnoreCase("prj")) //$NON-NLS-1$
                        return IClasspathEntry.CPE_PROJECT;
                if (kindStr.equalsIgnoreCase("var")) //$NON-NLS-1$
                        return IClasspathEntry.CPE_VARIABLE;


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

                if (kindStr.equalsIgnoreCase("con")) //$NON-NLS-1$
                        return IClasspathEntry.CPE_CONTAINER;
                if (kindStr.equalsIgnoreCase("src")) //$NON-NLS-1$
                        return IClasspathEntry.CPE_SOURCE;


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

                if (kindStr.equalsIgnoreCase("lib")) //$NON-NLS-1$
                        return IClasspathEntry.CPE_LIBRARY;
                if (kindStr.equalsIgnoreCase("output")) //$NON-NLS-1$
                        return ClasspathEntry.K_OUTPUT;


Clone AbstractionParameter Count: 5Parameter Bindings

if (kindStr.equalsIgnoreCase( [[#variable52fb3660]])) //$NON-NLS-1$
  return IClasspathEntry. [[#variable52fb3620]];
if (kindStr.equalsIgnoreCase( [[#variable52fb34c0]])) //$NON-NLS-1$
  return [[#variable52fb34e0]]. [[#variable52fb3480]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52fb3660]]
"lib" 
12[[#52fb3660]]
"con" 
13[[#52fb3660]]
"prj" 
21[[#52fb3620]]
CPE_LIBRARY 
22[[#52fb3620]]
CPE_CONTAINER 
23[[#52fb3620]]
CPE_PROJECT 
31[[#52fb34c0]]
"output" 
32[[#52fb34c0]]
"src" 
33[[#52fb34c0]]
"var" 
41[[#52fb34e0]]
ClasspathEntry 
42[[#52fb34e0]]
IClasspathEntry 
43[[#52fb34e0]]
IClasspathEntry 
51[[#52fb3480]]
K_OUTPUT 
52[[#52fb3480]]
CPE_SOURCE 
53[[#52fb3480]]
CPE_VARIABLE