| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 4 | 0.957 | catch_statements |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 1033 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/LaunchingPlugin.java |
| 2 | 4 | 690 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| 3 | 4 | 458 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/JavaSourceLocator.java |
| ||||
catch (ParserConfigurationException e) {
abort(LaunchingMessages.LaunchingPlugin_33, e);
}
catch (FactoryConfigurationError e) {
abort(LaunchingMessages.LaunchingPlugin_34, e);
}
|
| ||||
catch (SAXException e) {
abort(LaunchingMessages.JavaRuntime_31, e);
}
catch (IOException e) {
abort(LaunchingMessages.JavaRuntime_32, e);
}
|
| ||||
catch (IllegalAccessException e) {
abort(LaunchingMessages.JavaSourceLocator_Unable_to_restore_source_location__12, e);
}
catch (InstantiationException e) {
abort(LaunchingMessages.JavaSourceLocator_Unable_to_restore_source_location__12, e);
}
|
| |||
catch ( [[#variable56ce7be0]] e) {
abort(LaunchingMessages. [[#variable56ce7b60]], e);
}
catch ( [[#variable56ce7ac0]] e) {
abort(LaunchingMessages. [[#variable56ce7a60]], e);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56ce7be0]] | ParserConfigurationException |
| 1 | 2 | [[#56ce7be0]] | SAXException |
| 1 | 3 | [[#56ce7be0]] | IllegalAccessException |
| 2 | 1 | [[#56ce7b60]] | LaunchingPlugin_33 |
| 2 | 2 | [[#56ce7b60]] | JavaRuntime_31 |
| 2 | 3 | [[#56ce7b60]] | JavaSourceLocator_Unable_to_restore_source_location__12 |
| 3 | 1 | [[#56ce7ac0]] | FactoryConfigurationError |
| 3 | 2 | [[#56ce7ac0]] | IOException |
| 3 | 3 | [[#56ce7ac0]] | InstantiationException |
| 4 | 1 | [[#56ce7a60]] | LaunchingPlugin_34 |
| 4 | 2 | [[#56ce7a60]] | JavaRuntime_32 |
| 4 | 3 | [[#56ce7a60]] | JavaSourceLocator_Unable_to_restore_source_location__12 |