Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.984 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 695 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 9 | 724 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
case IClasspathEntry.CPE_LIBRARY: entry = JavaCore.newLibraryEntry( path, sourceAttachmentPath, sourceAttachmentRootPath, accessRules, extraAttributes, isExported); break; |
| ||||
case IClasspathEntry.CPE_VARIABLE: entry = JavaCore.newVariableEntry( path, sourceAttachmentPath, sourceAttachmentRootPath, accessRules, extraAttributes, isExported ); break; |
| |||
case IClasspathEntry. [[#variable9010fb60]]: entry = JavaCore. [[#variable9010fae0]](path, sourceAttachmentPath, sourceAttachmentRootPath, accessRules, extraAttributes, isExported); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9010fb60]] | CPE_LIBRARY |
1 | 2 | [[#9010fb60]] | CPE_VARIABLE |
2 | 1 | [[#9010fae0]] | newLibraryEntry |
2 | 2 | [[#9010fae0]] | newVariableEntry |