Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 196 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java |
2 | 2 | 221 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java |
| ||||
IPath[] ePatterns = (IPath[]) cpe.getAttribute(CPListElement.EXCLUSION); IPath[] iPatterns = (IPath[]) cpe.getAttribute(CPListElement.INCLUSION); |
| ||||
IPath[] exclusionPatterns = (IPath[]) elem.getAttribute(CPListElement.EXCLUSION); IPath[] inclusionPatterns = (IPath[]) elem.getAttribute(CPListElement.INCLUSION); |
| |||
IPath[] [[#variable533f7420]]= (IPath[]) [[#variable533f7380]].getAttribute(CPListElement.EXCLUSION); IPath[] [[#variable533f73a0]]= (IPath[]) [[#variable533f7380]].getAttribute(CPListElement.INCLUSION); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#533f7420]] | ePatterns |
1 | 2 | [[#533f7420]] | exclusionPatterns |
2 | 1 | [[#533f7380]] | cpe |
2 | 2 | [[#533f7380]] | elem |
3 | 1 | [[#533f73a0]] | iPatterns |
3 | 2 | [[#533f73a0]] | inclusionPatterns |