Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.984 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 262 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfoUpdateCheck.java |
2 | 6 | 365 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfoUpdateCheck.java |
| |||||
int endIx = matcher.end(1); int len = matcher.group(1).length(); String proc = sql.substring(endIx - len, endIx); String[] splits = proc.split("\\."); String simpleName = splits[splits.length - 1]; simpleName = removeQuotes(simpleName); |
| |||||
int endIx = matcher.end(1); int len = matcher.group(1).length(); String table = sql.substring(endIx - len, endIx); String[] splits = table.split("\\."); String simpleName = splits[splits.length - 1]; simpleName = removeQuotes(simpleName); |
| |||
int endIx = matcher.end(1); int len = matcher.group(1).length(); String [[#variable1cedbfe0]]= sql.substring(endIx - len, endIx); String[] splits = [[#variable1cedbfe0]].split("\\."); String simpleName = splits[splits.length - 1]; simpleName = removeQuotes(simpleName); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cedbfe0]] | proc |
1 | 2 | [[#1cedbfe0]] | table |