Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 36 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java |
2 | 5 | 26 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTableDisplay.java |
| ||||
private final Image fErrorIcon = TestRunnerViewPart.createImage("ovr16/error_ovr.gif"); //$NON-NLS-1$ private final Image fFailureIcon = TestRunnerViewPart.createImage("ovr16/failed_ovr.gif"); //$NON-NLS-1$ |
| ||||
private final Image fExceptionIcon = TestRunnerViewPart .createImage("obj16/exc_catch.gif"); //$NON-NLS-1$ private final Image fStackIcon = TestRunnerViewPart .createImage("obj16/stkfrm_obj.gif"); //$NON-NLS-1$ |
| |||
private final Image [[#variable4d4008e0]]= TestRunnerViewPart.createImage( [[#variable4d400880]]); //$NON-NLS-1$ private final Image [[#variable4d401720]]= TestRunnerViewPart.createImage( [[#variable4d400860]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4d4008e0]] | fExceptionIcon |
1 | 2 | [[#4d4008e0]] | fErrorIcon |
2 | 1 | [[#4d400880]] | "obj16/exc_catch.gif" |
2 | 2 | [[#4d400880]] | "ovr16/error_ovr.gif" |
3 | 1 | [[#4d401720]] | fStackIcon |
3 | 2 | [[#4d401720]] | fFailureIcon |
4 | 1 | [[#4d400860]] | "obj16/stkfrm_obj.gif" |
4 | 2 | [[#4d400860]] | "ovr16/failed_ovr.gif" |