if (ex == null) { throw new IllegalArgumentException("SQLException == null"); } return ex;
Clone fragments detected by clone detection tool
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/WrappedSQLException.java File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java
Method name: SQLException checkParams(SQLException) Method name: void loadSQLHistory()
Number of AST nodes: 3 Number of AST nodes: 0
1
if (ex == null)
2
		{
3
			throw new IllegalArgumentException("SQLException == null");
4
		}
5
		return ex;
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