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.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1308 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
2 | 1 | 793 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
3 | 1 | 981 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
| ||||
ToolBar failureToolBar = new ToolBar(bottom, SWT.FLAT| SWT.WRAP); |
| ||||
ToolBar methodViewerToolBar = new ToolBar(fMethodViewerViewForm, SWT.FLAT| SWT.WRAP); |
| ||||
ToolBar typeViewerToolBar = new ToolBar(fTypeViewerViewForm, SWT.FLAT| SWT.WRAP); |
| |||
ToolBar [[#variable53f187c0]]= new ToolBar( [[#variable53f18820]], SWT.FLAT|SWT.WRAP); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53f187c0]] | failureToolBar |
1 | 2 | [[#53f187c0]] | typeViewerToolBar |
1 | 3 | [[#53f187c0]] | methodViewerToolBar |
2 | 1 | [[#53f18820]] | bottom |
2 | 2 | [[#53f18820]] | fTypeViewerViewForm |
2 | 3 | [[#53f18820]] | fMethodViewerViewForm |