Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1375 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
2 | 1 | 1408 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
| ||||
entry.setAttribute(CPListElement.EXCLUSION, remove(relPath, (IPath[]) entry.getAttribute(CPListElement.EXCLUSION), new SubProgressMonitor(monitor, 2))); |
| ||||
entry.setAttribute(CPListElement.INCLUSION, remove(path, (IPath[]) entry.getAttribute(CPListElement.INCLUSION), new SubProgressMonitor(monitor, 4))); |
| |||
entry.setAttribute(CPListElement. [[#variableb3aded60]], remove( [[#variableb3adecc0]], (IPath[]) entry.getAttribute(CPListElement. [[#variableb3aded60]]), new SubProgressMonitor(monitor, [[#variableb3adec40]]))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3aded60]] | EXCLUSION |
1 | 2 | [[#b3aded60]] | INCLUSION |
2 | 1 | [[#b3adecc0]] | relPath |
2 | 2 | [[#b3adecc0]] | path |
3 | 1 | [[#b3adec40]] | 2 |
3 | 2 | [[#b3adec40]] | 4 |