Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 35 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/FoldingPointXmlBeanTest.java |
2 | 12 | 34 | 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()); } |
| |||||
@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()); } |
| |||
@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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |