public void loadDefaultPosition() {
super.dock(calendarPanel, IDock.REGION.CENTER);
super.dock(listPanel, calendarPanel, IDock.REGION.WEST, 0.2f);
super.dock(navigationPanel, listPanel, IDock.REGION.SOUTH, 0.2f);
super.setSplitProportion(listPanel, 0.2f);
super.setSplitProportion(calendarPanel, 0.2f);
public void loadDefaultPosition() {
super.dock(messageListDockable, IDock.REGION.CENTER);
super.dock(folderTreeDockable, messageListDockable, IDock.REGION.WEST,
0.3f);
super.dock(messageViewerDockable, messageListDockable,
IDock.REGION.SOUTH, 0.3f);
super.setSplitProportion(folderTreeDockable, 0.3f);
super.setSplitProportion(messageListDockable, 0.35f);
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/frame/CalendarFrameMediator.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/frame/ThreePaneMailFrameController.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void loadDefaultPosition() {↵ | | 1 | public void loadDefaultPosition() {↵
|
|
2 | super.dock(calendarPanel, IDock.REGION.CENTER);↵ | | 2 | super.dock(messageListDockable, IDock.REGION.CENTER);↵
|
|
3 | super.dock(listPanel, calendarPanel, IDock.REGION.WEST, ↵ | | 3 | super.dock(folderTreeDockable, messageListDockable, IDock.REGION.WEST,↵
|
4 | 0.2f);↵ | | 4 | 0.3f);↵
|
|
5 | super.dock(navigationPanel, listPanel, ↵ | | 5 | super.dock(messageViewerDockable, messageListDockable,↵
|
6 | IDock.REGION.SOUTH, 0.2f);↵ | | 6 | IDock.REGION.SOUTH, 0.3f);↵
|
|
7 | super.setSplitProportion(listPanel, 0.2f);↵ | | 7 | super.setSplitProportion(folderTreeDockable, 0.3f);↵
|
8 | super.setSplitProportion(calendarPanel, 0.2f);↵ | | 8 | super.setSplitProportion(messageListDockable, 0.35f);↵
|
9 | | | 9 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |