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.966 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 608 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java |
2 | 3 | 358 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java |
| ||||
{ CPListElement currElement = (CPListElement) elements.get(i); entries[i] = currElement.getClasspathEntry(); } |
| ||||
{ CPListElement entry = (CPListElement) list.get(i); entries[i] = entry.getClasspathEntry(); } |
| |||
{ CPListElement [[#variable52a65540]]= (CPListElement) [[#variable52a655a0]].get(i); entries[i] = [[#variable52a65540]].getClasspathEntry(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52a65540]] | currElement |
1 | 2 | [[#52a65540]] | entry |
2 | 1 | [[#52a655a0]] | elements |
2 | 2 | [[#52a655a0]] | list |