public class BidirectionalOneToManyBagSubclassCollectionEventTest extends BidirectionalOneToManyBagCollectionEventTest { public BidirectionalOneToManyBagSubclassCollectionEventTest(String string) { super( string ); } public static Test suite() { return new FunctionalTestClassTestSuite( BidirectionalOneToManyBagSubclassCollectionEventTest.class ); } public String[] getMappings() { return new String[] { "event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml" }; } public ParentWithCollection createParent(String name) { return new ParentWithBidirectionalOneToManySubclass( name );
public class SybaseCustomSQLTest extends CustomStoredProcTestSupport { public SybaseCustomSQLTest(String str) { super( str ); } public String[] getMappings() { return new String[] { "sql/hand/custom/sybase/Mappings.hbm.xml" }; } public static Test suite() { return new FunctionalTestClassTestSuite( SybaseCustomSQLTest.class ); } public boolean appliesTo(Dialect dialect) { return ( dialect instanceof SybaseDialect );
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class BidirectionalOneToManyBagSubclassCollectionEventTest extends BidirectionalOneToManyBagCollectionEventTest {
1
public class 
2
	public BidirectionalOneToManyBagSubclassCollectionEvent
2
SybaseCustomSQLTest extends CustomStoredProcTestSupport {
3
Test(String string) {
3
	public SybaseCustomSQLTest(String str) {
4
		super( string );
4
		super( str );
5
	}
5
	}
6
	public static Test suite() {
6
	public 
7
		return new FunctionalTestClassTestSuite( BidirectionalOneToManyBagSubclassCollectionEventTest.class );
8
	}
9
	public String[] getMappings() {
10
		return new String[] { "event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml" };
11
	}
12
	public ParentWithCollection createParent(String name) {
13
		return new ParentWithBidirectionalOneToManySubclass( name
7
String[] getMappings() {
8
		return new String[] { "sql/hand/custom/sybase/Mappings.hbm.xml" };
9
	}
10
	public static Test suite() {
11
		return new FunctionalTestClassTestSuite( SybaseCustomSQLTest.class );
12
	}
13
	public boolean appliesTo(Dialect dialect) {
14
 );
14
		return ( dialect instanceof SybaseDialect );
15
	
15
	
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