CloneSet1006


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.976constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1346
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ExitException.java
2344
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ExitStatusException.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
46
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ExitException.java

/**
 * Constructs an exit exception.
 * @param msg the message to be displayed.
 * @param status the status code returned via System.exit()
 */
public ExitException(String msg, int status) {
  super(msg);
  this.status = status;
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
44
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ExitStatusException.java

/**
 * Constructs an <code>ExitStatusException</code>.
 * @param msg the associated message
 * @param status the associated status code
 */
public ExitStatusException(String msg, int status) {
  super(msg);
  this.status = status;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Constructs an exit exception.
     * @param msg the message to be displayed.
     * @param status the status code returned via System.exit()
     */
/**
     * Constructs an <code>ExitStatusException</code>.
     * @param msg the associated message
     * @param status the associated status code
     */
public [[#variable11257fe0]](String msg, int status) {
  super(msg);
  this.status = status;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11257fe0]]
ExitException 
12[[#11257fe0]]
ExitStatusException