Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 246 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformator.java |
2 | 7 | 254 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformator.java |
| |||||
if (1 == braketCountAbsolute && !"(".equals(pieces[i]) && !")".equals(pieces[i])) { String buf = pieces[i].trim(); if (buf.endsWith(",")) { buf = buf.substring(0, buf.length() - 1); } insertList.add(buf); } |
| |||||
if (3 == braketCountAbsolute && !"(".equals(pieces[i]) && !")".equals(pieces[i])) { String buf = pieces[i].trim(); if (buf.endsWith(",")) { buf = buf.substring(0, buf.length() - 1); } valuesList.add(buf); } |
| |||
if ( [[#variable1cc7de20]]== braketCountAbsolute && !"(".equals(pieces[i]) && !")".equals(pieces[i])) { String buf = pieces[i].trim(); if (buf.endsWith(",")) { buf = buf.substring(0, buf.length() - 1); } [[#variable1cc7df60]].add(buf); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc7de20]] | 1 |
1 | 2 | [[#1cc7de20]] | 3 |
2 | 1 | [[#1cc7df60]] | insertList |
2 | 2 | [[#1cc7df60]] | valuesList |