CloneSet1068


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11235
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/FoldingPointXmlBeanTest.java
21234
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/TableFrameXmlBeanTest.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
35
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/FoldingPointXmlBeanTest.java

@Test public void testGetX() throws Exception {
  classUnderTest.setX(10);
  assertEquals(10, classUnderTest.getX());
}

@Test public void testGetY() throws Exception {
  classUnderTest.setY(10);
  assertEquals(10, classUnderTest.getY());
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
34
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/TableFrameXmlBeanTest.java

@Test public void testGetX() throws Exception {
  classUnderTest.setX(10);
  assertEquals(10, classUnderTest.getX());
}

@Test public void testGetY() throws Exception {
  classUnderTest.setY(10);
  assertEquals(10, classUnderTest.getY());
}


Clone AbstractionParameter Count: 0Parameter Bindings

@Test public void testGetX() throws Exception {
  classUnderTest.setX(10);
  assertEquals(10, classUnderTest.getX());
}

@Test public void testGetY() throws Exception {
  classUnderTest.setY(10);
  assertEquals(10, classUnderTest.getY());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None