Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 193 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java |
2 | 4 | 145 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/EditOutputFolderAction.java |
| ||||
if (removeProjectFromClasspath) { ClasspathModifier.removeFromClasspath(project, existingEntries, new SubProgressMonitor(monitor, 1)); } else { monitor.worked(1); } |
| ||||
if (removeProjectFromClasspath) { ClasspathModifier.removeFromClasspath(fJavaProject, existingEntries, new SubProgressMonitor(monitor, 1)); } else { monitor.worked(1); } |
| |||
if (removeProjectFromClasspath) { ClasspathModifier.removeFromClasspath( [[#variable5ca6a920]], existingEntries, new SubProgressMonitor(monitor, 1)); } else { monitor.worked(1); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ca6a920]] | project |
1 | 2 | [[#5ca6a920]] | fJavaProject |