CloneSet6008


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.983statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14404
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
24717
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
Clone Instance
1
Line Count
4
Source Line
404
Source File
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java

                IFactoryPath ifp = AptConfig.getFactoryPath(fJProj);
                // we'll risk this downcast because we're such good buddies with apt.core.
                FactoryPath fp = (FactoryPath) ifp;
                Map<FactoryContainer, FactoryPath.Attributes> path = fp.getAllContainers();


Clone Instance
2
Line Count
4
Source Line
717
Source File
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java

                IFactoryPath ifp = AptConfig.getDefaultFactoryPath(fJProj);
                // we'll risk this downcast because we're such good buddies with apt.core.
                FactoryPath fp = (FactoryPath) ifp;
                Map<FactoryContainer, FactoryPath.Attributes> map = fp.getAllContainers();


Clone AbstractionParameter Count: 2Parameter Bindings

IFactoryPath ifp = AptConfig. [[#variable76cc95c0]](fJProj);
// we'll risk this downcast because we're such good buddies with apt.core.
FactoryPath fp = (FactoryPath) ifp;
Map<FactoryContainer,FactoryPath.Attributes>  [[#variable76cc95e0]]= fp.getAllContainers();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#76cc95c0]]
getFactoryPath 
12[[#76cc95c0]]
getDefaultFactoryPath 
21[[#76cc95e0]]
path 
22[[#76cc95e0]]
map