Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 390 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/EditLogicalStructureDialog.java |
2 | 1 | 299 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java |
| ||||
// attribute list fAttributeListViewer = new TableViewer(fAttributesContainer, SWT.BORDER| SWT.MULTI| SWT.FULL_SELECTION); |
| ||||
// filter table fImportsTable = new Table(outer, SWT.BORDER| SWT.MULTI| SWT.FULL_SELECTION); |
| |||
[[#variableba62da80]]= new [[#variableba62da20]]( [[#variable9ae3a140]], SWT.BORDER|SWT.MULTI|SWT.FULL_SELECTION); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba62da80]] | // attribute list fAttributeListViewer |
1 | 2 | [[#ba62da80]] | // filter table fImportsTable |
2 | 1 | [[#ba62da20]] | TableViewer |
2 | 2 | [[#ba62da20]] | Table |
3 | 1 | [[#9ae3a140]] | fAttributesContainer |
3 | 2 | [[#9ae3a140]] | outer |