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.990 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 577 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java |
2 | 4 | 654 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java |
| ||||
IPath[] existingPaths = getExistingPaths(FactoryContainer.FactoryType.WKSPJAR, original._fc); IPath result = BuildPathDialogAccess.configureJAREntry(getShell(), new Path(original._fc.getId()), existingPaths); if (result == null) { return null; } |
| ||||
IPath[] existingPaths = getExistingPaths(FactoryContainer.FactoryType.VARJAR, original._fc); IPath result = BuildPathDialogAccess.configureVariableEntry(getShell(), new Path(original._fc.getId()), existingPaths); if (result == null) { return null; } |
| |||
IPath[] existingPaths = getExistingPaths(FactoryContainer.FactoryType. [[#variablea38ac800]], original._fc); IPath result = BuildPathDialogAccess. [[#variablea38adee0]](getShell(), new Path(original._fc.getId()), existingPaths); if (result == null) { return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a38ac800]] | WKSPJAR |
1 | 2 | [[#a38ac800]] | VARJAR |
2 | 1 | [[#a38adee0]] | configureJAREntry |
2 | 2 | [[#a38adee0]] | configureVariableEntry |