_catalog = catalog;
_schema = schema;
_simpleName = simpleName;
_qualifiedName = simpleName;
_constraintData = constraintData;
_desktopController = desktopController;
_session = session;
createPopup();
Clone fragments detected by clone detection tool
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/DatabaseObjectInfo.java
|
|
File path: /sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ConstraintView.java
|
Method name: void DatabaseObjectInfo(String, String, String)
|
|
Method name: void ConstraintView(ConstraintData, GraphDesktopController, ISession)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 4
|
|
1 | _catalog = catalog;↵ | | 1 | _c↵
|
2 | _schema = schema↵ | | 2 | onstraintData = constraintData;↵
|
3 | ;↵ | | 3 | _desktopController = desktopController;↵
|
4 | _simpleName = simpleName;↵ | | 4 | _s↵
|
5 | _qualifiedName = simpleName↵ | | 5 | ession = session;↵
|
|
6 | ; | | 6 | createPopup();
|
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 | 16 |