ISearchResult selected = (ISearchResult) getSelectedValue();
new DialogFacade().openContactDialog(selected.getLocation());
ISearchResult selected = (ISearchResult)getSelectedValue();
new DialogFacade().openContactDialog(selected.getLocation());
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/search/SearchResultList.java
|
|
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/search/SearchResultList.java
|
Method name: void doubleClick(MouseEvent)
|
|
Method name: void actionPerformed(ActionEvent)
|
Number of AST nodes: 2
|
|
Number of AST nodes: 2
|
|
1 | ISearchResult selected = (ISearchResult) getSelectedValue();↵ | | 1 | ISearchResult selected = (ISearchResult)getSelectedValue();↵
|
2 | new DialogFacade().openContactDialog(selected.getLocation()); | | 2 | new DialogFacade().openContactDialog(selected.getLocation());
|
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 | Clones are in the same java file |
Number of node comparisons | 0 |