Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 667 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 1 | 1263 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
| ||||
CPListElement newArchive = new CPListElement(newLibrary, null, IClasspathEntry.CPE_LIBRARY, path, null); |
| ||||
CPListElement curr = new CPListElement(parent, null, IClasspathEntry.CPE_LIBRARY, path, null); |
| |||
CPListElement [[#variable5aaf2de0]]= new CPListElement( [[#variable5aaf2d60]], null, IClasspathEntry.CPE_LIBRARY, path, null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5aaf2de0]] | curr |
1 | 2 | [[#5aaf2de0]] | newArchive |
2 | 1 | [[#5aaf2d60]] | parent |
2 | 2 | [[#5aaf2d60]] | newLibrary |