Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 108 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereCols.java |
2 | 1 | 40 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/sqlfilter/SQLFilterClauses.java |
3 | 1 | 125 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java |
| |||||
// make sure we are starting clean _tables = new HashMap<String, HashMap<String, String>>(); |
| |||||
_sqlClauseInformation = new HashMap<String, HashMap<String, String>>(); |
| |||||
dataTypes = new HashMap<String, HashMap<String, String>>(); // make sure we are starting clean |
| |||
[[#variable1c8df1a0]]= new HashMap<String, HashMap<String, String>>(); // make sure we are starting clean |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8df1a0]] | // make sure we are starting clean _tables |
1 | 2 | [[#1c8df1a0]] | _sqlClauseInformation |
1 | 3 | [[#1c8df1a0]] | dataTypes |