Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 46 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ExitException.java |
2 | 3 | 44 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ExitStatusException.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11257fe0]] | ExitException |
1 | 2 | [[#11257fe0]] | ExitStatusException |