Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 33 | E:/TSE/Projects-CloneDR/columba-1.4-src/core-api/src/main/java/org/columba/api/command/ICommandReference.java |
2 | 3 | 36 | E:/TSE/Projects-CloneDR/columba-1.4-src/core-api/src/main/java/org/columba/core/folder/api/IFolder.java |
| |||||
/** * Try to get lock. * * @param locker * the instance who wants to have the lock * * @return true, if locker has got the lock, false otherwise */ boolean tryToGetLock(Object locker); /** * Release lock. */ void releaseLock(Object locker); |
| |||||
boolean tryToGetLock(Object locker); void releaseLock(Object locker); |
| |||
/** * Try to get lock. * * @param locker * the instance who wants to have the lock * * @return true, if locker has got the lock, false otherwise */ boolean tryToGetLock(Object locker); /** * Release lock. */ void releaseLock(Object locker); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |