Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.955 | class_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 23 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginException.java |
2 | 19 | 27 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/xml/XMLException.java |
| |||||
{ public PluginException(String msg) { super(msg); } public PluginException(Exception wrapee) { super(wrapee); } } |
| |||||
{ /* * Ctor. * * @param msg Message describing the error. */ public XMLException(String msg) { super(msg); } /* * Ctor. Wraps this exception around another. * * @param wrapee The exception that this one is wrapped around. */ public XMLException(Exception wrapee) { super(wrapee); } } |
| |||
{ /* * Ctor. * * @param msg Message describing the error. */ public [[#variable1c98d140]](String msg) { super(msg); } /* * Ctor. Wraps this exception around another. * * @param wrapee The exception that this one is wrapped around. */ public [[#variable1c98d140]](Exception wrapee) { super(wrapee); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c98d140]] | PluginException |
1 | 2 | [[#1c98d140]] | XMLException |