static {
INSTANCES.put( NORMAL.name, NORMAL );
INSTANCES.put( IGNORE.name, IGNORE );
INSTANCES.put( GET.name, GET );
INSTANCES.put( PUT.name, PUT );
INSTANCES.put( REFRESH.name, REFRESH );
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/CacheMode.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( NORMAL.name, NORMAL );↵ | | 2 | INSTANCES.put( POJO.name, POJO );↵
|
3 | INSTANCES.put( IGNORE.name, IGNORE );↵ | | 3 | INSTANCES.put( DOM4J.name, DOM4J );↵
|
4 | INSTANCES.put( GET.name, GET );↵ | | 4 | INSTANCES.put( ↵
|
5 | INSTANCES.put( PUT.name, PUT );↵ | | |
|
6 | INSTANCES.put( REFRESH.name, REFRESH );↵ | | 5 | MAP.name, MAP );↵
|
7 | | | 6 |
|
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 |