static { INSTANCES.put( EXACT.name, EXACT ); INSTANCES.put( END.name, END ); INSTANCES.put( START.name, START ); INSTANCES.put( ANYWHERE.name, ANYWHERE );
static { INSTANCES.put( POJO.name, POJO ); INSTANCES.put( DOM4J.name, DOM4J ); INSTANCES.put( MAP.name, MAP );
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/criterion/MatchMode.java File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/EntityMode.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static {
1
static {
2
		INSTANCES.put( EXACT.name, EXACT );
2
		INSTANCES.put( POJO.name, POJO );
3
		INSTANCES.put( END.name, END );
3
		INSTANCES.put( DOM4J.name, 
4
		INSTANCES.put( START.name, START );
4
DOM4J );
5
		INSTANCES.put( ANYWHERE.name, ANYWHERE );
5
		INSTANCES.put( MAP.name, MAP );
6
	
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