CloneSet973


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.959catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1557
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/ASpellInterface.java
2562
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/ASpellInterface.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
57
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/ASpellInterface.java

catch (SpellException
       e) {
  String msg = "Cannot check selection.\nError (Aspell) is: " + e.getMessage();
  LOG.info(msg);
  checkedBuffer = null;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
62
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/ASpellInterface.java

catch (IOException
       e) {
  String msg = "Cannot check selection.\nError (Interface) is: " + e.getMessage();
  LOG.info(msg);
  checkedBuffer = null;
}


Clone AbstractionParameter Count: 2Parameter Bindings

catch ( [[#variable131c1700]]
       e) {
  String msg = [[#variable131c17a0]] + e.getMessage();
  LOG.info(msg);
  checkedBuffer = null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131c1700]]
SpellException 
12[[#131c1700]]
IOException 
21[[#131c17a0]]
"Cannot check selection.\nError (Aspell) is: " 
22[[#131c17a0]]
"Cannot check selection.\nError (Interface) is: "