CloneSet1295


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.953statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1369
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java
2374
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java
33103
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
69
Source File
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);


Next
Previous
Clone Instance
2
Line Count
3
Source Line
74
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java

// 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);


First
Previous
Clone Instance
3
Line Count
3
Source Line
103
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/UDTInfoTest.java

UDTInfo a5 = new UDTInfo(TEST_CATALOG, TEST_SCHEMA, "userDefinedType", "java.lang.String", "" + Types.VARCHAR, "No Remarks", mockMetaData);


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8573e0]]
a 
12[[#1c8573e0]]
a2 
13[[#1c8573e0]]
a5 
21[[#1c8572e0]]
"UDT-A" 
22[[#1c8572e0]]
"UDT-A" 
23[[#1c8572e0]]
"No Remarks"