CloneSet313


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.963catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1685
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/menu/PluginsProvider.java
25582
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
85
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/menu/PluginsProvider.java

catch (Throwable
       t) {
  Log.log(Log.ERROR, this, "Error creating menu items" + " for plugin");
  Log.log(Log.ERROR, this, t);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
582
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java

catch (Throwable
       t) {
  Log.log(Log.ERROR, this, "Error while " + "stopping plugin:");
  Log.log(Log.ERROR, this, t);
}


Clone AbstractionParameter Count: 2Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e229920]]
"Error creating menu items" 
12[[#e229920]]
"Error while " 
21[[#e2297e0]]
" for plugin" 
22[[#e2297e0]]
"stopping plugin:"