Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 144 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java |
2 | 2 | 173 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.java |
| ||||
// Info text final Label info = new Label(group, SWT.LEFT); info.setText(FilterMessages.CustomFiltersDialog_patternInfo); |
| ||||
Label info = new Label(parent, SWT.LEFT); info.setText(FilterMessages.CustomFiltersDialog_filterList_label); |
| |||
[[#variablebc261180]]Label info = new Label( [[#variablebc263380]], SWT.LEFT); info.setText(FilterMessages. [[#variablebc263320]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc261180]] | // Info text final |
1 | 2 | [[#bc261180]] | |
2 | 1 | [[#bc263380]] | group |
2 | 2 | [[#bc263380]] | parent |
3 | 1 | [[#bc263320]] | CustomFiltersDialog_patternInfo |
3 | 2 | [[#bc263320]] | CustomFiltersDialog_filterList_label |