Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 47 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/util/LockTest.java |
2 | 5 | 55 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/util/LockTest.java |
| |||||
Thread t1 = new Thread() { public void run() { testLock.getLock(this ); testInt++; testLock.release(this ); } }; |
| |||||
Thread t2 = new Thread() { public void run() { testLock.getLock(this ); testInt++; testLock.release(this ); } }; |
| |||
Thread [[#variable1315e1c0]]= new Thread() { public void run() { testLock.getLock(this ); testInt++; testLock.release(this ); } }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1315e1c0]] | t1 |
1 | 2 | [[#1315e1c0]] | t2 |