Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.985 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 190 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
2 | 4 | 200 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
| |||||
for (Iterator<SessionPluginInfo> it = startInFG.iterator(); it.hasNext();) { SessionPluginInfo spi = it.next(); sendSessionStarted(session, spi, plugins); } |
| |||||
for (Iterator<SessionPluginInfo> it = startInBG.iterator(); it.hasNext();) { SessionPluginInfo spi = it.next(); sendSessionStarted(session, spi, plugins); } |
| |||
for (Iterator<SessionPluginInfo> it = [[#variable1c817940]].iterator(); it.hasNext();) { SessionPluginInfo spi = it.next(); sendSessionStarted(session, spi, plugins); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c817940]] | startInFG |
1 | 2 | [[#1c817940]] | startInBG |