Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.972 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 657 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
2 | 6 | 665 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
| ||||
// label "Select split style:" fWrappingStylePolicy = createLabel(numColumns, fOptionsGroup, FormatterMessages.LineWrappingTabPage_wrapping_policy_label_text); // combo SplitStyleCombo fWrappingStyleCombo = new Combo(fOptionsGroup, SWT.SINGLE| SWT.READ_ONLY); fWrappingStyleCombo.setItems(WRAPPING_NAMES); fWrappingStyleCombo.setLayoutData(createGridData(numColumns, GridData.HORIZONTAL_ALIGN_FILL, 0)); |
| ||||
// label "Select indentation style:" fIndentStylePolicy = createLabel(numColumns, fOptionsGroup, FormatterMessages.LineWrappingTabPage_indentation_policy_label_text); // combo SplitStyleCombo fIndentStyleCombo = new Combo(fOptionsGroup, SWT.SINGLE| SWT.READ_ONLY); fIndentStyleCombo.setItems(INDENT_NAMES); fIndentStyleCombo.setLayoutData(createGridData(numColumns, GridData.HORIZONTAL_ALIGN_FILL, 0)); |
| |||
[[#variable964aed80]]= createLabel(numColumns, fOptionsGroup, FormatterMessages. [[#variable964aed60]]); [[#variable964ae1c0]]= new Combo(fOptionsGroup, SWT.SINGLE|SWT.READ_ONLY); [[#variable964ae1c0]].setItems( [[#variable964aed00]]); [[#variable964ae1c0]].setLayoutData(createGridData(numColumns, GridData.HORIZONTAL_ALIGN_FILL, 0)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#964aed80]] | // label "Select split style:" fWrappingStylePolicy |
1 | 2 | [[#964aed80]] | // label "Select indentation style:" fIndentStylePolicy |
2 | 1 | [[#964aed60]] | LineWrappingTabPage_wrapping_policy_label_text |
2 | 2 | [[#964aed60]] | LineWrappingTabPage_indentation_policy_label_text |
3 | 1 | [[#964ae1c0]] | // combo SplitStyleCombo fWrappingStyleCombo |
3 | 2 | [[#964ae1c0]] | // combo SplitStyleCombo fIndentStyleCombo |
4 | 1 | [[#964aed00]] | WRAPPING_NAMES |
4 | 2 | [[#964aed00]] | INDENT_NAMES |