CloneSet1145


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.976executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17611
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java
28620
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
611
Source File
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);
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
620
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java

try {
  list = server.checkSupportedAuthenticationMethods();
}
catch (Exception
       e) {
  // let exception handler process other errors
  new ExceptionHandler().processException(e);
}


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  list = [[#variable131d9000]].checkSupportedAuthenticationMethods();
}
catch (Exception
       e) {
  // let exception handler process other errors
  new ExceptionHandler().processException(e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131d9000]]
store 
12[[#131d9000]]
server