CloneSet2522


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4350.968statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151363
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java
241513
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java
331546
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java
Clone Instance
1
Line Count
5
Source Line
1363
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java

                        monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_Including, 10);

                        String name = getName(resource.getFullPath(), entry.getPath());

                        IPath[] includedPath = (IPath[]) entry.getAttribute(CPListElement.INCLUSION);


Clone Instance
2
Line Count
4
Source Line
1513
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java

                        monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_RemoveInclusion, 10);
                        String name = getName(javaElement.getPath(), entry.getPath());

                        IPath[] includedPath = (IPath[]) entry.getAttribute(CPListElement.INCLUSION);


Clone Instance
3
Line Count
3
Source Line
1546
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java

                        monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_RemoveExclusion, 10);
                        String name = getName(resource.getFullPath(), entry.getPath());
                        IPath[] excludedPath = (IPath[]) entry.getAttribute(CPListElement.EXCLUSION);


Clone AbstractionParameter Count: 5Parameter Bindings

monitor.beginTask(NewWizardMessages. [[#variable987cc300]], 10);
String name = getName( [[#variablea11fcde0]]. [[#variable987cc220]](), entry.getPath());
IPath[]  [[#variableb69a1b20]]= (IPath[]) entry.getAttribute(CPListElement. [[#variable987cc1c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#987cc300]]
ClasspathModifier_Monitor_RemoveInclusion 
12[[#987cc300]]
ClasspathModifier_Monitor_RemoveExclusion 
13[[#987cc300]]
ClasspathModifier_Monitor_Including 
21[[#a11fcde0]]
javaElement 
22[[#a11fcde0]]
resource 
23[[#a11fcde0]]
resource 
31[[#987cc220]]
getPath 
32[[#987cc220]]
getFullPath 
33[[#987cc220]]
getFullPath 
41[[#b69a1b20]]
includedPath 
42[[#b69a1b20]]
excludedPath 
43[[#b69a1b20]]
includedPath 
51[[#987cc1c0]]
INCLUSION 
52[[#987cc1c0]]
EXCLUSION 
53[[#987cc1c0]]
INCLUSION