Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 3 | 0.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 140 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
2 | 15 | 263 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
| |||||
for (Iterator<SessionPluginInfo> it = _sessionPlugins.iterator(); it.hasNext();) { SessionPluginInfo spi = it.next(); try { spi.getSessionPlugin().sessionCreated(session); } catch (Throwable th) { String msg = s_stringMgr.getString("PluginManager.error.sessioncreated", spi.getPlugin().getDescriptiveName()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } } |
| |||||
for (Iterator<SessionPluginInfo> it = plugins.iterator(); it.hasNext();) { SessionPluginInfo spi = it.next(); try { spi.getSessionPlugin().sessionEnding(session); } catch (Throwable th) { String msg = s_stringMgr.getString("PluginManager.error.sessionended", spi.getPlugin().getDescriptiveName()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } } |
| |||
for (Iterator<SessionPluginInfo> it = [[#variable1ce8f2e0]].iterator(); it.hasNext();) { SessionPluginInfo spi = it.next(); try { spi.getSessionPlugin(). [[#variable1ce8f220]](session); } catch (Throwable th) { String msg = s_stringMgr.getString( [[#variable1ce8f020]], spi.getPlugin().getDescriptiveName()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce8f2e0]] | _sessionPlugins |
1 | 2 | [[#1ce8f2e0]] | plugins |
2 | 1 | [[#1ce8f220]] | sessionCreated |
2 | 2 | [[#1ce8f220]] | sessionEnding |
3 | 1 | [[#1ce8f020]] | "PluginManager.error.sessioncreated" |
3 | 2 | [[#1ce8f020]] | "PluginManager.error.sessionended" |