Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.980 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 118 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ConstraintData.java |
2 | 13 | 133 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ConstraintData.java |
| |||||
ret.add("("); for (int i = 0; i < _columnInfos.length; i++) { if (i < _columnInfos.length - 1) { ret.add(" " + _columnInfos[i].getName() + ","); } else { ret.add(" " + _columnInfos[i].getName()); } } ret.add(")"); |
| |||||
ret.add("("); for (int i = 0; i < _columnInfos.length; i++) { if (i < _columnInfos.length - 1) { ret.add(" " + _columnInfos[i].getImportedColumnName() + ","); } else { ret.add(" " + _columnInfos[i].getImportedColumnName()); } } ret.add(")"); |
| |||
ret.add("("); for (int i = 0; i < _columnInfos.length; i++) { if (i < _columnInfos.length - 1) { ret.add(" " + _columnInfos[i]. [[#variable1ccabc20]]() + ","); } else { ret.add(" " + _columnInfos[i]. [[#variable1ccabc20]]()); } } ret.add(")"); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccabc20]] | getName |
1 | 2 | [[#1ccabc20]] | getImportedColumnName |