File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/contact/ContactEditorDialog.java | File path: /columba-1.4-src/core/src/main/java/org/columba/core/gui/tagging/EditTagDialog.java | |||
Method name: void layoutComponents()
|
Method name: void layoutComponents()
|
|||
Number of AST nodes: 1 | Number of AST nodes: 1 | |||
1 | buttonBar.setLayout(new FormLayout(new ColumnSpec[] {↵ | 1 | buttonBar.setLayout(new FormLayout(new ColumnSpec[] {↵ | |
2 | FormFactory.GLUE_COLSPEC, FormFactory.BUTTON_COLSPEC,↵ | 2 | FormFactory.GLUE_COLSPEC, FormFactory.BUTTON_COLSPEC,↵ | |
3 | FormFactory.RELATED_GAP_COLSPEC,↵ | 3 | FormFactory.RELATED_GAP_COLSPEC,↵ | |
4 | FormFactory.BUTTON_COLSPEC }, ↵ | 4 | FormFactory.BUTTON_COLSPEC },↵ | |
5 | RowSpec↵ | 5 | RowSpec↵ | |
6 | .decodeSpecs("pref"))); | 6 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 1 |
Number of mapped statements | 1 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 1 |
ID | Statement | ID | Statement | |
---|---|---|---|---|
255 | buttonBar.setLayout(new FormLayout(new ColumnSpec[] {FormFactory.GLUE_COLSPEC, FormFactory.BUTTON_COLSPEC, FormFactory.RELATED_GAP_COLSPEC, FormFactory.BUTTON_COLSPEC}, RowSpec.decodeSpecs("pref"))); | 24 | buttonBar.setLayout(new FormLayout(new ColumnSpec[] {FormFactory.GLUE_COLSPEC, FormFactory.BUTTON_COLSPEC, FormFactory.RELATED_GAP_COLSPEC, FormFactory.BUTTON_COLSPEC}, RowSpec.decodeSpecs("pref"))); |
Row | Violation |
---|