ContactEditorDialog dialog = new ContactEditorDialog(mediator.getView()
.getFrame(), card);
ContactEditorDialog dialog = new ContactEditorDialog(
frameMediator.getView().getFrame(), card);
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/action/EditPropertiesAction.java
|
|
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/facade/DialogFacade.java
|
Method name: void actionPerformed(ActionEvent)
|
|
Method name: void openContactDialog(URI)
|
Number of AST nodes: 1
|
|
Number of AST nodes: 1
|
|
1 | ContactEditorDialog dialog = new ContactEditorDialog(m↵ | | 1 | ContactEditorDialog dialog = new ContactEditorDialog(↵
|
2 | ediator.getView()↵ | | 2 | frameMediator.getView()↵
|
3 | .getFrame(), card); | | 3 | .getFrame(), card);
|
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 different classes |
Number of node comparisons | 0 |