Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.974 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 415 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java |
2 | 8 | 425 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java |
| |||||
public ExtendedTableTreeItem(TableTree parent, int style) { super(parent, style); } public ExtendedTableTreeItem(TableTree parent, int style, int index) { super(parent, style, index); } |
| |||||
public ExtendedTableTreeItem(TableTreeItem parent, int style) { super(parent, style); } public ExtendedTableTreeItem(TableTreeItem parent, int style, int index) { super(parent, style, index); } |
| |||
public ExtendedTableTreeItem( [[#variable173f7740]] parent, int style) { super(parent, style); } public ExtendedTableTreeItem( [[#variable173f7740]] parent, int style, int index) { super(parent, style, index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173f7740]] | TableTree |
1 | 2 | [[#173f7740]] | TableTreeItem |