static class IdentifierCollectionSecondPass extends CollectionSecondPass { IdentifierCollectionSecondPass(Element node, Mappings mappings, Collection collection, java.util.Map inheritedMetas) { super( node, mappings, collection, inheritedMetas ); } public void secondPass(java.util.Map persistentClasses, java.util.Map inheritedMetas) throws MappingException { HbmBinder.bindIdentifierCollectionSecondPass( node, (IdentifierCollection) collection, persistentClasses, mappings, inheritedMeta
static class MapSecondPass extends CollectionSecondPass { MapSecondPass(Element node, Mappings mappings, Map collection, java.util.Map inheritedMetas) { super( node, mappings, collection, inheritedMetas ); } public void secondPass(java.util.Map persistentClasses, java.util.Map inheritedMetas) throws MappingException { HbmBinder.bindMapSecondPass( node, (Map) collection, persistentClasses, mappings, inheritedMeta
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/cfg/HbmBinder.java File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/cfg/HbmBinder.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static class IdentifierCollectionSecondPass extends CollectionSecondPass {
1
static class MapSecondPass extends CollectionSecondPass {
2
		IdentifierCollectionSecondPass(Element node, Mappings mappings, Collection collection, java.util.Map inheritedMetas) {
2
		MapSecondPass(Element node, Mappings mappings, Map collection, java.util.Map inheritedMetas) {
3
			super( node, mappings, collection, inheritedMetas );
3
			super( node, mappings, collection, inheritedMetas );
4
		}
4
		}
5
		public void secondPass(java.util.Map persistentClasses, java.util.Map inheritedMetas)
5
		public void secondPass(java.util.Map persistentClasses, java.util.Map inheritedMetas)
6
				throws MappingException {
6
				throws MappingException {
7
			HbmBinder.bindIdentifierCollectionSecondPass(
7
			HbmBinder.bindMapSecondPass(
8
					node,
8
					node,
9
					(IdentifierCollection) collection,
9
					(Map) collection,
10
					persistentClasses,
10
					persistentClasses,
11
					mappings,
11
					mappings,
12
					inheritedMeta
12
					inheritedMeta
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