| 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.958 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 600 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java |
| 2 | 3 | 619 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java |
| ||||
List siblings = Arrays.asList(parent.getChildren());
if ( ! showNext)
siblings = new ReverseList(siblings);
|
| ||||
List children = Arrays.asList(root.getChildren());
if ( ! showNext)
children = new ReverseList(children);
|
| |||
List [[#variable593ef7a0]]= Arrays.asList( [[#variable593eeb00]].getChildren()); if ( !showNext) [[#variable593ef7a0]]= new ReverseList( [[#variable593ef7a0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#593ef7a0]] | siblings |
| 1 | 2 | [[#593ef7a0]] | children |
| 2 | 1 | [[#593eeb00]] | parent |
| 2 | 2 | [[#593eeb00]] | root |