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.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 112 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereCols.java |
2 | 4 | 129 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java |
| |||||
int endIndex = inData[i].indexOf(" "); String tableName = inData[i].substring(0, endIndex); int startIndex; |
| |||||
int endIndex = inData[i].indexOf(" "); String dataTypeName = inData[i].substring(0, endIndex); int startIndex; |
| |||
int endIndex = inData[i].indexOf(" "); String [[#variable1c8bae00]]= inData[i].substring(0, endIndex); int startIndex; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8bae00]] | tableName |
1 | 2 | [[#1c8bae00]] | dataTypeName |