public class AliasGroupBeanInfoTest { private AliasGroupBeanInfo classUnderTest = null; @Before public void setUp() throws Exception { classUnderTest = new AliasGroupBeanInfo(); } @After public void tearDown() throws Exception { classUnderTest = null; } @Test public final void testGetPropertyDescriptors() { assertNotNull(classUnderTest.getPropertyDescriptors())
public class BestRowIdentifierAdapterBeanInfoTest extends BaseSQuirreLJUnit4TestCase { private BestRowIdentifierAdapterBeanInfo classUnderTest = null; @Before public void setUp() throws Exception { classUnderTest = new BestRowIdentifierAdapterBeanInfo(); } @After public void tearDown() throws Exception { classUnderTest = null; } @Test public void testGetPropertyDescriptors() { assertNotNull(classUnderTest.getPropertyDescriptors())
Clone fragments detected by clone detection tool
File path: /sql12/test/src/net/sourceforge/squirrel_sql/client/db/AliasGroupBeanInfoTest.java File path: /sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/dbobj/adapter/BestRowIdentifierAdapterBeanInfoTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class AliasGroupBeanInfoTest
1
public class 
2
{
3
	private AliasGroup
2
BestRowIdentifierAdapterBeanInfoTest extends BaseSQuirreLJUnit4TestCase
3
{
4
BeanInfo classUnderTest = null;
4
	private BestRowIdentifierAdapterBeanInfo classUnderTest = null; 
5
	
5
	
6
	@Before
6
	@Before
7
	public void setUp() throws Exception
7
	public void setUp() throws Exception
8
	{
8
	{
9
		classUnderTest = new AliasGroupBeanInfo();
9
		classUnderTest = new BestRowIdentifierAdapterBeanInfo(); 
10
	}
10
	}
11
	@After
11
	@After
12
	public void tearDown() throws Exception
12
	public void tearDown() throws Exception
13
	{
13
	{
14
		classUnderTest = null;
14
		classUnderTest = null;
15
	}
15
	}
16
	@Test
16
	@Test
17
	public final void testGetPropertyDescriptors()
17
	public void testGetPropertyDescriptors()
18
	{
18
	{
19
		assertNotNull(classUnderTest.getPropertyDescriptors())
19
		assertNotNull(classUnderTest.getPropertyDescriptors())
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0