Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 5 | 0.968 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1363 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
2 | 4 | 1513 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
3 | 3 | 1546 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
| ||||
monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_Including, 10); String name = getName(resource.getFullPath(), entry.getPath()); IPath[] includedPath = (IPath[]) entry.getAttribute(CPListElement.INCLUSION); |
| ||||
monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_RemoveInclusion, 10); String name = getName(javaElement.getPath(), entry.getPath()); IPath[] includedPath = (IPath[]) entry.getAttribute(CPListElement.INCLUSION); |
| ||||
monitor.beginTask(NewWizardMessages.ClasspathModifier_Monitor_RemoveExclusion, 10); String name = getName(resource.getFullPath(), entry.getPath()); IPath[] excludedPath = (IPath[]) entry.getAttribute(CPListElement.EXCLUSION); |
| |||
monitor.beginTask(NewWizardMessages. [[#variable987cc300]], 10); String name = getName( [[#variablea11fcde0]]. [[#variable987cc220]](), entry.getPath()); IPath[] [[#variableb69a1b20]]= (IPath[]) entry.getAttribute(CPListElement. [[#variable987cc1c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#987cc300]] | ClasspathModifier_Monitor_RemoveInclusion |
1 | 2 | [[#987cc300]] | ClasspathModifier_Monitor_RemoveExclusion |
1 | 3 | [[#987cc300]] | ClasspathModifier_Monitor_Including |
2 | 1 | [[#a11fcde0]] | javaElement |
2 | 2 | [[#a11fcde0]] | resource |
2 | 3 | [[#a11fcde0]] | resource |
3 | 1 | [[#987cc220]] | getPath |
3 | 2 | [[#987cc220]] | getFullPath |
3 | 3 | [[#987cc220]] | getFullPath |
4 | 1 | [[#b69a1b20]] | includedPath |
4 | 2 | [[#b69a1b20]] | excludedPath |
4 | 3 | [[#b69a1b20]] | includedPath |
5 | 1 | [[#987cc1c0]] | INCLUSION |
5 | 2 | [[#987cc1c0]] | EXCLUSION |
5 | 3 | [[#987cc1c0]] | INCLUSION |