SequenceParentExpander result = new SequenceParentExpander(); result.setExtractor(new InformixSequenceExtractorImpl()); return result;
OracleExceptionFormatter formatter = new OracleExceptionFormatter(); formatter.setSession(session); session.setExceptionFormatter(formatter);
Clone fragments detected by clone detection tool
File path: /sql12/plugins/informix/src/net/sourceforge/squirrel_sql/plugins/informix/exp/InformixSequenceInodeExpanderFactory.java File path: /sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/OraclePlugin.java
Method name: INodeExpander createExpander(DatabaseObjectType) Method name: PluginSessionCallback sessionStarted(ISession)
Number of AST nodes: 3 Number of AST nodes: 3
1
SequenceParentExpander result = new SequenceParentExpander();
2
		result.setExtractor(new InformixSequenceExtractorImpl());
3
		return result
1
OracleExceptionFormatter formatter = new OracleExceptionFormatter();
2
			formatter.setSession(session);
4
;
3
			session.setExceptionFormatter(formatter);
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 comparisons9