super(new Dimension(430, 350));
_localTableName = localTable;
_localTableColumns = localTableColumns;
_tables = tables;
init();
_hibernateTabController = hibernateTabController;
_sess = sess;
_hqlEntryPanelManager = new HQLEntryPanelManager(_sess, resource, hibernateTabController.getHibernateConnectionProvider());
Clone fragments detected by clone detection tool
File path: /sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java
|
|
File path: /sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/HQLPanelController.java
|
Method name: void AddForeignKeyDialog(String, String[], HashMap)
|
|
Method name: void HQLPanelController(IHibernateTabController, ISession, HibernatePluginResources)
|
Number of AST nodes: 5
|
|
Number of AST nodes: 3
|
|
1 | super(new Dimension(430, 350));↵ | | |
|
2 | _localTableName = localTable;↵ | | |
|
3 | _localTableColumns = localTableColumn↵ | | 1 | _hibernateTabController = hibernateTabController;↵
|
4 | s;
↵ | | 2 | _sess = sess;↵
|
|
5 | _tables = tables;↵ | | 3 | ↵
|
6 | init(); | | 4 | _hqlEntryPanelManager = new HQLEntryPanelManager(_sess, resource, hibernateTabController.getHibernateConnectionProvider());
|
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 | 15 |