_checkOptionBox.setSelected(enable); _checkOptionBox.setEnabled(enable); enableCheckOptionRadios(enable);
_tree.expandPath(path); _tree.scrollPathToVisible(path); _tree.setSelectionPath(path);
Clone fragments detected by clone detection tool
File path: /sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddViewDialog.java File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/gui/HelpViewerWindow.java
Method name: void enableCheckOptions(boolean) Method name: void selectTreeNodeForURL(URL)
Number of AST nodes: 3 Number of AST nodes: 3
1
_checkOptionBox.setSelected(enable);
1
_tree.expandPath(path);
2
			_checkOptionBox.setEnabled(enable);
2
				_tree.scrollPathToVisible(path);
3
			enableCheckOptionRadios(enable);
3
				_tree.setSelectionPath(path);
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 having the same super class
Number of node comparisons9