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
static class ListSecondPass extends CollectionSecondPass {
ListSecondPass(Element node, Mappings mappings, List collection, java.util.Map inheritedMetas) {
super( node, mappings, collection, inheritedMetas );
}
public void secondPass(java.util.Map persistentClasses, java.util.Map inheritedMetas)
throws MappingException {
HbmBinder.bindListSecondPass(
node,
(List) 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 MapSecondPass extends CollectionSecondPass {↵ | | 1 | static class ListSecondPass extends CollectionSecondPass {↵
|
2 | MapSecondPass(Element node, Mappings mappings, Map collection, java.util.Map inheritedMetas) {↵ | | 2 | ListSecondPass(Element node, Mappings mappings, List 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.bindMapSecondPass(↵ | | 7 | HbmBinder.bindListSecondPass(↵
|
8 | node,↵ | | 8 | node,↵
|
9 | (Map) collection,↵ | | 9 | (List) collection,↵
|
10 | persistentClasses,↵ | | 10 | persistentClasses,↵
|
11 | mappings,↵ | | 11 | mappings,↵
|
12 | inheritedMeta | | 12 | inheritedMeta
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |