Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 60 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/ShowLoadedDriversOnlyAction.java |
2 | 11 | 52 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/ViewHelpAction.java |
| |||||
/** * Perform this action. * * @param evt The current event. */ public void actionPerformed(ActionEvent evt) { try { new ShowLoadedDriversOnlyCommand(getApplication()).execute(); } catch (Exception ex) { getApplication().showErrorDialog(s_stringMgr.getString("ShowLoadedDriversOnlyAction.error"), ex); } } |
| |||||
/** * Display the help window. */ public void actionPerformed(ActionEvent evt) { try { new ViewHelpCommand(getApplication()).execute(); } catch (BaseException ex) { getApplication().showErrorDialog(s_stringMgr.getString("ViewHelpAction.error.viewerror"), ex); } } |
| |||
/** * Perform this action. * * @param evt The current event. */ /** * Display the help window. */ public void actionPerformed(ActionEvent evt) { try { new [[#variable1cdc6c20]](getApplication()).execute(); } catch ( [[#variable1cdc6ba0]] ex) { getApplication().showErrorDialog(s_stringMgr.getString( [[#variable1cdc6b20]]), ex); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdc6c20]] | ShowLoadedDriversOnlyCommand |
1 | 2 | [[#1cdc6c20]] | ViewHelpCommand |
2 | 1 | [[#1cdc6ba0]] | Exception |
2 | 2 | [[#1cdc6ba0]] | BaseException |
3 | 1 | [[#1cdc6b20]] | "ShowLoadedDriversOnlyAction.error" |
3 | 2 | [[#1cdc6b20]] | "ViewHelpAction.error.viewerror" |