File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/cache/StandardQueryCache.java | File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/cache/StandardQueryCache.java | |||
Method name: boolean put(QueryKey, Type[], List, boolean, SessionImplementor)
|
Method name: List get(QueryKey, Type[], boolean, Set, SessionImplementor)
|
|||
Number of AST nodes: 1 | Number of AST nodes: 1 | |||
1 | cacheable.add( returnTypes[0].disassemble( result.get( i ), session, null ) ); | 1 | result.add( returnTypes[0].assemble( ( Serializable ) cacheable.get( i ), session, null ) ); | |
See real code fragment | See real code fragment |
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 | Clones are declared in the same class |
Number of node comparisons | 1 |