Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.953 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 347 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaLogicalStructuresPreferencePage.java |
2 | 5 | 66 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationViewer.java |
| ||||
for (int i = 0; i < fTableColumnHeaders.length; i++) { tableLayout.addColumnData(fTableColumnLayouts[i]); TableColumn column = new TableColumn(table, SWT.NONE, i); column.setResizable(fTableColumnLayouts[i].resizable); column.setText(fTableColumnHeaders[i]); } |
| ||||
for (int i = 0; i < columnHeaders.length; i++) { layout.addColumnData(columnLayouts[i]); TableColumn tc = new TableColumn(getTable(), SWT.NONE, i); tc.setResizable(columnLayouts[i].resizable); tc.setText(columnHeaders[i]); } |
| |||
for (int i = 0; i < [[#variable52d7a8a0]].length; i++) { [[#variable52d7a800]].addColumnData( [[#variable52d7a780]][i]); TableColumn [[#variable52d7a700]]= new TableColumn( [[#variable52d7a620]], SWT.NONE, i); [[#variable52d7a700]].setResizable( [[#variable52d7a780]][i].resizable); [[#variable52d7a700]].setText( [[#variable52d7a8a0]][i]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52d7a8a0]] | fTableColumnHeaders |
1 | 2 | [[#52d7a8a0]] | columnHeaders |
2 | 1 | [[#52d7a800]] | tableLayout |
2 | 2 | [[#52d7a800]] | layout |
3 | 1 | [[#52d7a780]] | fTableColumnLayouts |
3 | 2 | [[#52d7a780]] | columnLayouts |
4 | 1 | [[#52d7a700]] | column |
4 | 2 | [[#52d7a700]] | tc |
5 | 1 | [[#52d7a620]] | table |
5 | 2 | [[#52d7a620]] | getTable() |