static { INSTANCES.put( NEVER.name, NEVER ); INSTANCES.put( MANUAL.name, MANUAL ); INSTANCES.put( AUTO.name, AUTO ); INSTANCES.put( ALWAYS.name, ALWAYS ); INSTANCES.put( COMMIT.name, COMMIT );
static { INSTANCES.put( FORWARD_ONLY.name, FORWARD_ONLY ); INSTANCES.put( SCROLL_INSENSITIVE.name, SCROLL_INSENSITIVE ); INSTANCES.put( SCROLL_SENSITIVE.name, SCROLL_SENSITIVE );
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/FlushMode.java File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/ScrollMode.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static {
1
static {
2
		INSTANCES.put( NEVER.name, NEVER );
2
		INSTANCES.put( 
3
		INSTANCES.put( MANUAL.name, MANUAL );
4
		INSTANCES.put( AUTO.name, AUTO );
5
		INSTANCES.put( ALWAYS.name, ALWAYS
3
FORWARD_ONLY.name, FORWARD_ONLY );
6
 );
4
		INSTANCES.put( SCROLL_INSENSITIVE.name, SCROLL_INSENSITIVE );
7
		INSTANCES.put( COMMIT.name, COMMIT );
5
		INSTANCES.put( SCROLL_SENSITIVE.name, SCROLL_SENSITIVE );
8
	
6
	
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