_importedFromTable = importedFromTable; _importedColumn = importedColumn; _constraintName = constraintName; _toString += " (FK)";
_constraintData = constraintData; _desktopController = desktopController; _session = session; createPopup();
Clone fragments detected by clone detection tool
File path: /sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ColumnInfo.java File path: /sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ConstraintView.java
Method name: void setImportData(String, String, String) Method name: void ConstraintView(ConstraintData, GraphDesktopController, ISession)
Number of AST nodes: 4 Number of AST nodes: 4
1
_importedFromTable = importedFromTable;
1
_
2
      _importedColumn = importedColumn;
3
      _constraintName = constraintName;
4
      _toString += " (FK)"
2
constraintData = constraintData;
3
      _desktopController = desktopController;
4
      _session = session;
5
;
5
      createPopup();
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes
Number of node comparisons16