CloneSet931


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.965statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17190
E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/H2Plugin.java
27214
E:/TSE/Projects-CloneDR/sql12/plugins/informix/src/net/sourceforge/squirrel_sql/plugins/informix/InformixPlugin.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
190
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/H2Plugin.java

// Expanders - trigger and index expanders are added inside the table
// expander
_treeAPI.addExpander(DatabaseObjectType.SCHEMA, new SchemaExpander(new H2SequenceInodeExpanderFactory(), DatabaseObjectType.SEQUENCE));
TableWithChildNodesExpander tableExp = new TableWithChildNodesExpander();
tableExp.setTableIndexExtractor(new H2TableIndexExtractorImpl());
tableExp.setTableTriggerExtractor(new H2TableTriggerExtractorImpl());
_treeAPI.addExpander(DatabaseObjectType.TABLE, tableExp);


First
Previous
Clone Instance
2
Line Count
7
Source Line
214
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/informix/src/net/sourceforge/squirrel_sql/plugins/informix/InformixPlugin.java

// Expanders - trigger and index expanders are added inside the table
// expander
_treeAPI.addExpander(DatabaseObjectType.SCHEMA, new SchemaExpander(new InformixSequenceInodeExpanderFactory(), DatabaseObjectType.SEQUENCE));
TableWithChildNodesExpander tableExp = new TableWithChildNodesExpander();
tableExp.setTableIndexExtractor(new InformixTableIndexExtractorImpl());
tableExp.setTableTriggerExtractor(new InformixTableTriggerExtractorImpl());
_treeAPI.addExpander(DatabaseObjectType.TABLE, tableExp);


Clone AbstractionParameter Count: 3Parameter Bindings

// Expanders - trigger and index expanders are added inside the table
// expander
_treeAPI.addExpander(DatabaseObjectType.SCHEMA, new SchemaExpander(new [[#variable1cd41440]](), DatabaseObjectType.SEQUENCE));
TableWithChildNodesExpander tableExp = new TableWithChildNodesExpander();
tableExp.setTableIndexExtractor(new [[#variable1cd41420]]());
tableExp.setTableTriggerExtractor(new [[#variable1cd413a0]]());
_treeAPI.addExpander(DatabaseObjectType.TABLE, tableExp);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd41440]]
H2SequenceInodeExpanderFactory 
12[[#1cd41440]]
InformixSequenceInodeExpanderFactory 
21[[#1cd41420]]
H2TableIndexExtractorImpl 
22[[#1cd41420]]
InformixTableIndexExtractorImpl 
31[[#1cd413a0]]
H2TableTriggerExtractorImpl 
32[[#1cd413a0]]
InformixTableTriggerExtractorImpl