Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 33 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/ProgressImages.java |
2 | 2 | 35 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/ProgressImages.java |
| ||||
String okname = BASE + OK + Integer.toString(i + 1) + ".gif"; //$NON-NLS-1$ fOKImages[i] = createImage(okname); |
| ||||
String failurename = BASE + FAILURE + Integer.toString(i + 1) + ".gif"; //$NON-NLS-1$ fFailureImages[i] = createImage(failurename); |
| |||
String [[#variable63722040]]= BASE + [[#variable63733f80]] + Integer.toString(i + 1) + ".gif"; //$NON-NLS-1$ [[#variable63733f20]][i] = createImage( [[#variable63722040]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63722040]] | okname |
1 | 2 | [[#63722040]] | failurename |
2 | 1 | [[#63733f80]] | OK |
2 | 2 | [[#63733f80]] | FAILURE |
3 | 1 | [[#63733f20]] | fOKImages |
3 | 2 | [[#63733f20]] | fFailureImages |