Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 110 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/aliasproperties/SchemaPropertiesController.java |
2 | 13 | 124 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/aliasproperties/SchemaPropertiesController.java |
| |||||
_pnl.radLoadAllAndCacheNone.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { updateEnabled(); } } ); _pnl.radLoadAndCacheAll.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { updateEnabled(); } } ); |
| |||||
_pnl.radSpecifySchemas.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { updateEnabled(); } } ); _pnl.btnUpdateSchemas.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onRefreshSchemaTable(); } } ); |
| |||
_pnl. [[#variable1cd67b40]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { updateEnabled(); } } ); _pnl. [[#variable1cd67ba0]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { [[#variable1cd66cc0]](); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd67b40]] | radLoadAllAndCacheNone |
1 | 2 | [[#1cd67b40]] | radSpecifySchemas |
2 | 1 | [[#1cd67ba0]] | radLoadAndCacheAll |
2 | 2 | [[#1cd67ba0]] | btnUpdateSchemas |
3 | 1 | [[#1cd66cc0]] | updateEnabled |
3 | 2 | [[#1cd66cc0]] | onRefreshSchemaTable |