Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.962 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1221 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 6 | 1227 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
case IClasspathEntry.CPE_LIBRARY: this.rootID = "[LIB]" + this.path; //$NON-NLS-1$ break; case IClasspathEntry.CPE_PROJECT: this.rootID = "[PRJ]" + this.path; //$NON-NLS-1$ break; |
| ||||
case IClasspathEntry.CPE_SOURCE: this.rootID = "[SRC]" + this.path; //$NON-NLS-1$ break; case IClasspathEntry.CPE_VARIABLE: this.rootID = "[VAR]" + this.path; //$NON-NLS-1$ break; |
| |||
case IClasspathEntry. [[#variable54c889c0]]: this.rootID = [[#variable54c88960]] + this.path; //$NON-NLS-1$ break; case IClasspathEntry. [[#variable54c88900]]: this.rootID = [[#variable55a5fc20]] + this.path; //$NON-NLS-1$ break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54c889c0]] | CPE_LIBRARY |
1 | 2 | [[#54c889c0]] | CPE_SOURCE |
2 | 1 | [[#54c88960]] | "[LIB]" |
2 | 2 | [[#54c88960]] | "[SRC]" |
3 | 1 | [[#54c88900]] | CPE_PROJECT |
3 | 2 | [[#54c88900]] | CPE_VARIABLE |
4 | 1 | [[#55a5fc20]] | "[PRJ]" |
4 | 2 | [[#55a5fc20]] | "[VAR]" |