Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 404 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java |
2 | 4 | 717 | 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(); |
| ||||
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(); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76cc95c0]] | getFactoryPath |
1 | 2 | [[#76cc95c0]] | getDefaultFactoryPath |
2 | 1 | [[#76cc95e0]] | path |
2 | 2 | [[#76cc95e0]] | map |