static {
INSTANCES.put( LATEST_VERSION.name, LATEST_VERSION );
INSTANCES.put( IGNORE.name, IGNORE );
INSTANCES.put( OVERWRITE.name, OVERWRITE );
INSTANCES.put( EXCEPTION.name, EXCEPTION );
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/ReplicationMode.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( LATEST_VERSION.name, LATEST_VERSION );↵ | | 2 | INSTANCES.put( ↵
|
3 | INSTANCES.put( IGNORE.name, IGNORE );↵ | | |
|
4 | INSTANCES.put( OVERWRITE.name, OVERWRIT↵ | | 3 | FORWARD_ONLY.name, FORWARD_ONLY );↵
|
5 | E );↵ | | 4 | INSTANCES.put( SCROLL_INSENSITIVE.name, SCROLL_INSENSITIVE );↵
|
6 | INSTANCES.put( EXCEPTION.name, EXCEPTION );↵ | | 5 | INSTANCES.put( SCROLL_SENSITIVE.name, SCROLL_SENSITIVE );↵
|
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 |