Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 82 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereCols.java |
2 | 3 | 100 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java |
| |||||
String tableName = keys.next(); HashMap<String, String> h = _tables.get(tableName); Iterator<String> columnNames = h.keySet().iterator(); |
| |||||
String tableName = keys.next(); HashMap<String, String> h = dataTypes.get(tableName); Iterator<String> propertyNames = h.keySet().iterator(); |
| |||
String tableName = keys.next(); HashMap<String, String> h = [[#variable1cd1a0e0]].get(tableName); Iterator<String> [[#variable1cd1a140]]= h.keySet().iterator(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd1a0e0]] | _tables |
1 | 2 | [[#1cd1a0e0]] | dataTypes |
2 | 1 | [[#1cd1a140]] | columnNames |
2 | 2 | [[#1cd1a140]] | propertyNames |