Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1301 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
2 | 2 | 567 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java |
3 | 2 | 570 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java |
| ||||
if (projPath.isPrefixOf(path)) { path = path.removeFirstSegments(projPath.segmentCount()).addTrailingSeparator(); } |
| ||||
if (projPath.isPrefixOf(oldPath)) { oldPath = oldPath.removeFirstSegments(projPath.segmentCount()).addTrailingSeparator(); } |
| ||||
if (projPath.isPrefixOf(newPath)) { newPath = newPath.removeFirstSegments(projPath.segmentCount()).addTrailingSeparator(); } |
| |||
if (projPath.isPrefixOf( [[#variable92d240a0]])) { [[#variable92d240a0]]= [[#variable92d240a0]].removeFirstSegments(projPath.segmentCount()).addTrailingSeparator(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92d240a0]] | oldPath |
1 | 2 | [[#92d240a0]] | newPath |
1 | 3 | [[#92d240a0]] | path |