CloneSet1149


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.964class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11330
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/WrappedException.java
2836
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIException.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
30
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/WrappedException.java

/**
 * Creates an instance that wraps the exception.
 */
public WrappedException(Exception exception) {
  super(exception);
}

/**
 * Creates an instance with it's own message that wraps the exception.
 * @param message the message.
 * @param exception the exception to wrap.
 */
public WrappedException(String message, Exception exception) {
  super(message, exception);
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
36
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIException.java

public XMIException(Exception exception) {
  super(exception);
}

public XMIException(String message, Exception exception) {
  super(message, exception);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * Creates an instance that wraps the exception.
   */
public [[#variable1750b600]](Exception exception) {
  super(exception);
}

/**
   * Creates an instance with it's own message that wraps the exception.
   * @param message the message.
   * @param exception the exception to wrap.
   */
public [[#variable1750b600]](String message, Exception exception) {
  super(message, exception);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1750b600]]
WrappedException 
12[[#1750b600]]
XMIException