Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.961 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 25 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/pop3/AuthenticationManagerTest.java |
2 | 5 | 32 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/pop3/AuthenticationManagerTest.java |
| |||||
{ int a = AuthenticationManager.APOP; int b = AuthenticationManager.LOGIN; assertEquals(1, AuthenticationManager.compare(a, b)); } |
| |||||
{ int a = AuthenticationManager.SASL_LOGIN; int b = AuthenticationManager.LOGIN; assertEquals(0, AuthenticationManager.compare(a, b)); } |
| |||
{ int a = AuthenticationManager. [[#variable1317abc0]]; int b = AuthenticationManager.LOGIN; assertEquals( [[#variable1317ab20]], AuthenticationManager.compare(a, b)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1317abc0]] | APOP |
1 | 2 | [[#1317abc0]] | SASL_LOGIN |
2 | 1 | [[#1317ab20]] | 1 |
2 | 2 | [[#1317ab20]] | 0 |