Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.970 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 240 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java |
2 | 6 | 274 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java |
3 | 6 | 2543 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| ||||
catch (CoreException e) { LaunchingPlugin.log(e); } catch (SAXException e) { LaunchingPlugin.log(e); } catch (IOException e) { LaunchingPlugin.log(e); } |
| ||||
catch (ParserConfigurationException e) { LaunchingPlugin.log(e); } catch (IOException e) { LaunchingPlugin.log(e); } catch (TransformerException e) { LaunchingPlugin.log(e); } |
| ||||
catch (ParserConfigurationException e) { LaunchingPlugin.log(e); } catch (IOException e) { LaunchingPlugin.log(e); } catch (TransformerException e) { LaunchingPlugin.log(e); } |
| |||
catch ( [[#variable51b7d9c0]] e) { LaunchingPlugin.log(e); } catch ( [[#variable51b7d920]] e) { LaunchingPlugin.log(e); } catch ( [[#variable51b7d760]] e) { LaunchingPlugin.log(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51b7d9c0]] | ParserConfigurationException |
1 | 2 | [[#51b7d9c0]] | CoreException |
1 | 3 | [[#51b7d9c0]] | ParserConfigurationException |
2 | 1 | [[#51b7d920]] | IOException |
2 | 2 | [[#51b7d920]] | SAXException |
2 | 3 | [[#51b7d920]] | IOException |
3 | 1 | [[#51b7d760]] | TransformerException |
3 | 2 | [[#51b7d760]] | IOException |
3 | 3 | [[#51b7d760]] | TransformerException |