super.setTitle(newTitle); if (_titleLbl != null) { _titleLbl.setText(newTitle); }
Clone fragments detected by clone detection tool
File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionPropertiesSheet.java File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/UpdateXmlSerializerImpl.java
Method name: void setTitle(String) Method name: ChangeListXmlBean readChangeListBean(FileWrapper)
Number of AST nodes: 3 Number of AST nodes: 0
1
super.setTitle(newTitle);
2
		if (_titleLbl != null)
3
		{
4
			_titleLbl.setText(newTitle);
5
		}
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 comparisons0