Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.953 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 69 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java |
2 | 3 | 74 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java |
3 | 3 | 103 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java |
| |||||
// original object UDTInfo a = new UDTInfo(TEST_CATALOG, TEST_SCHEMA, "userDefinedType", "java.lang.String", "" + Types.VARCHAR, "UDT-A", mockMetaData); |
| |||||
// another object that has the same values as the original UDTInfo a2 = new UDTInfo(TEST_CATALOG, TEST_SCHEMA, "userDefinedType", "java.lang.String", "" + Types.VARCHAR, "UDT-A", mockMetaData); |
| |||||
UDTInfo a5 = new UDTInfo(TEST_CATALOG, TEST_SCHEMA, "userDefinedType", "java.lang.String", "" + Types.VARCHAR, "No Remarks", mockMetaData); |
| |||
// another object that has the same values as the original // original object UDTInfo [[#variable1c8573e0]]= new UDTInfo(TEST_CATALOG, TEST_SCHEMA, "userDefinedType", "java.lang.String", "" + Types.VARCHAR, [[#variable1c8572e0]], mockMetaData); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8573e0]] | a |
1 | 2 | [[#1c8573e0]] | a2 |
1 | 3 | [[#1c8573e0]] | a5 |
2 | 1 | [[#1c8572e0]] | "UDT-A" |
2 | 2 | [[#1c8572e0]] | "UDT-A" |
2 | 3 | [[#1c8572e0]] | "No Remarks" |