Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.980 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 150 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java |
2 | 3 | 153 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java |
| ||||
case IClasspathEntry.CPE_LIBRARY: res.add(JavaCore.newLibraryEntry(path, attachPath, attachRoot, isExported)); break; |
| ||||
case IClasspathEntry.CPE_VARIABLE: res.add(JavaCore.newVariableEntry(path, attachPath, attachRoot, isExported)); break; |
| |||
case IClasspathEntry. [[#variable56a88560]]: res.add(JavaCore. [[#variable56a884e0]](path, attachPath, attachRoot, isExported)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56a88560]] | CPE_LIBRARY |
1 | 2 | [[#56a88560]] | CPE_VARIABLE |
2 | 1 | [[#56a884e0]] | newLibraryEntry |
2 | 2 | [[#56a884e0]] | newVariableEntry |