Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 194 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/UserLibrary.java |
2 | 1 | 258 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathSupport.java |
3 | 1 | 155 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java |
| ||||
IClasspathEntry[] entries = (IClasspathEntry[]) res.toArray(new IClasspathEntry[res.size()]); |
| ||||
IClasspathEntry[] newClasspath = (IClasspathEntry[]) newEntries.toArray(new IClasspathEntry[newEntries.size()]); |
| ||||
IClasspathEntry[] entries = (IClasspathEntry[]) cpEntries.toArray(new IClasspathEntry[cpEntries.size()]); |
| |||
IClasspathEntry[] [[#variable63a1fc80]]= (IClasspathEntry[]) [[#variable63a1fc20]].toArray(new IClasspathEntry[ [[#variable63a1fc20]].size()]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63a1fc80]] | entries |
1 | 2 | [[#63a1fc80]] | newClasspath |
1 | 3 | [[#63a1fc80]] | entries |
2 | 1 | [[#63a1fc20]] | res |
2 | 2 | [[#63a1fc20]] | newEntries |
2 | 3 | [[#63a1fc20]] | cpEntries |