CloneSet334


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.980catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14229
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/OptionsDialog.java
24436
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/OptionsDialog.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
229
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/OptionsDialog.java

catch (Throwable
       t) {
  Log.log(Log.ERROR, this, "Error initializing options:");
  Log.log(Log.ERROR, this, t);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
436
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/OptionsDialog.java

catch (Throwable
       t) {
  Log.log(Log.ERROR, this, "Error saving options:");
  Log.log(Log.ERROR, this, t);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (Throwable
       t) {
  Log.log(Log.ERROR, this,  [[#variablee230d40]]);
  Log.log(Log.ERROR, this, t);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e230d40]]
"Error initializing options:" 
12[[#e230d40]]
"Error saving options:"