CloneSet1804


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.955class_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1923
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginException.java
21927
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/xml/XMLException.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
23
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginException.java

{
  public PluginException(String msg) {
    super(msg);
  }

  public PluginException(Exception wrapee) {
    super(wrapee);
  }
}


First
Previous
Clone Instance
2
Line Count
19
Source Line
27
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/xml/XMLException.java

{
  /*
   * 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);
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  /*
           * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c98d140]]
PluginException 
12[[#1c98d140]]
XMLException