Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 611 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java |
2 | 8 | 620 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java |
| |||||
try { list = store.checkSupportedAuthenticationMethods(); } catch (Exception e) { // let exception handler process other errors new ExceptionHandler().processException(e); } |
| |||||
try { list = server.checkSupportedAuthenticationMethods(); } catch (Exception e) { // let exception handler process other errors new ExceptionHandler().processException(e); } |
| |||
try { list = [[#variable131d9000]].checkSupportedAuthenticationMethods(); } catch (Exception e) { // let exception handler process other errors new ExceptionHandler().processException(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131d9000]] | store |
1 | 2 | [[#131d9000]] | server |