Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 59 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
2 | 9 | 239 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
3 | 9 | 291 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/association/AssociationStore.java |
| |||||
// passive: if not initialized do it now if ( !isReady()) init(); // still not ready, exit! if ( !isReady()) return; // transaction is needed for the underlying jpa architecture EntityTransaction tx = manager.getTransaction(); tx.begin(); |
| |||||
// passive: if not initialized do it now if ( !isReady()) init(); // still not ready, exit! if ( !isReady()) return; EntityTransaction tx = manager.getTransaction(); tx.begin(); |
| |||||
// passive: if not initialized do it now if ( !isReady()) init(); // still not ready, exit! if ( !isReady()) return; EntityTransaction tx = manager.getTransaction(); tx.begin(); |
| |||
// passive: if not initialized do it now if ( !isReady()) init(); // still not ready, exit! if ( !isReady()) return; // transaction is needed for the underlying jpa architecture EntityTransaction tx = manager.getTransaction(); tx.begin(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |