Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1580 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
2 | 1 | 281 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java |
3 | 1 | 783 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java |
4 | 1 | 274 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java |
| ||||
IPath[] exclusions = (IPath[]) exclusionList.toArray(new IPath[exclusionList.size()]); |
| ||||
IPath[] newExclusionFilters = (IPath[]) l.toArray(new IPath[l.size()]); |
| ||||
IPath[] existingPathsArray = (IPath[]) existingPaths.toArray(new IPath[existingPaths.size()]); |
| ||||
IPath[] excludedPaths = (IPath[]) excluded.toArray(new IPath[excluded.size()]); |
| |||
IPath[] [[#variablea5eea1a0]]= (IPath[]) [[#variablea5eea280]].toArray(new IPath[ [[#variablea5eea280]].size()]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a5eea1a0]] | exclusions |
1 | 2 | [[#a5eea1a0]] | newExclusionFilters |
1 | 3 | [[#a5eea1a0]] | existingPathsArray |
1 | 4 | [[#a5eea1a0]] | excludedPaths |
2 | 1 | [[#a5eea280]] | exclusionList |
2 | 2 | [[#a5eea280]] | l |
2 | 3 | [[#a5eea280]] | existingPaths |
2 | 4 | [[#a5eea280]] | excluded |