Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 1 | 0.969 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 485 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/ActionSet.java |
2 | 8 | 110 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/EditServer.java |
3 | 3 | 228 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/help/HelpTOCPanel.java |
4 | 3 | 169 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/AppearanceOptionPane.java |
5 | 3 | 821 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java |
6 | 3 | 375 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/Roster.java |
| |||||
catch (IOException io) { Log.log(Log.ERROR, this, io); } |
| |||||
catch (IOException io) { /* on some Windows versions, connections to localhost * fail if the network is not running. To avoid * confusing newbies with weird error messages, log * errors that occur while starting the server * as NOTICE, not ERROR */ Log.log(Log.NOTICE, this, io); } |
| |||||
catch (IOException io) { Log.log(Log.ERROR, this, io); } |
| |||||
catch (IOException io) { Log.log(Log.ERROR, this, io); } |
| |||||
catch (IOException io) { Log.log(Log.ERROR, this, io); } |
| |||||
catch (IOException io) { Log.log(Log.ERROR, this, io); } |
| |||
catch (IOException io) { /* on some Windows versions, connections to localhost * fail if the network is not running. To avoid * confusing newbies with weird error messages, log * errors that occur while starting the server * as NOTICE, not ERROR */ Log.log(Log. [[#variablec267ea0]], this, io); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c267ea0]] | ERROR |
1 | 2 | [[#c267ea0]] | NOTICE |
1 | 3 | [[#c267ea0]] | ERROR |
1 | 4 | [[#c267ea0]] | ERROR |
1 | 5 | [[#c267ea0]] | ERROR |
1 | 6 | [[#c267ea0]] | ERROR |