if (childrenNames != null) {
Iterator iter = childrenNames.iterator();
while ( iter.hasNext() ) {
Object key = iter.next();
result.put(
key,
cache.get( new Fqn( regionFqn, key ), ITEM )
);
}
}
while ( subIter.hasNext() ) {
UniqueKey uk = (UniqueKey) subIter.next();
String constraintString = uk.sqlCreateString( dialect, mapping, defaultCatalog, defaultSchema );
if (constraintString != null) script.add( constraintString );
}
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/cache-jbosscache/src/main/java/org/hibernate/cache/TreeCache.java
|
|
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/cfg/Configuration.java
|
Method name: Map toMap()
|
|
Method name: String[] generateSchemaCreationScript(Dialect)
|
Number of AST nodes: 5
|
|
Number of AST nodes: 5
|
|
1 | if (childrenNames != null) {↵ | | |
|
2 | Iterator iter = childrenNames.iterator();↵ | | |
|
3 | while ( iter.hasNext() ) {↵ | | |
|
4 | Object key = iter.next();↵ | | |
|
5 | result.put( ↵ | | |
|
6 | key, ↵ | | |
|
7 | cache.get( new Fqn( regionFqn, key ), ITEM )↵ | | |
|
8 | );↵ | | |
|
9 | }↵ | | |
|
| | | 1 | while ( subIter.hasNext() ) {↵
|
| | | 2 | UniqueKey uk = (UniqueKey) subIter.next();↵
|
| | | 3 | String constraintString = uk.sqlCreateString( dialect, mapping, defaultCatalog, defaultSchema );↵
|
| | | 4 | if (constraintString != null) script.add( constraintString );↵
|
10 | } | | 5 | }
|
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.2 |
Clones location | Clones are in different classes |
Number of node comparisons | 1 |