Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.989 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 861 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/LaunchingPlugin.java |
2 | 6 | 916 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/LaunchingPlugin.java |
| ||||
catch (IOException e) { log(e); } catch (ParserConfigurationException e) { log(e); } catch (TransformerException e) { log(e); } |
| ||||
catch (IOException e) { log(e); } catch (ParserConfigurationException e) { log(e); } catch (SAXException e) { log(e); } |
| |||
catch (IOException e) { log(e); } catch (ParserConfigurationException e) { log(e); } catch ( [[#variable5252a0c0]] e) { log(e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5252a0c0]] | SAXException |
1 | 2 | [[#5252a0c0]] | TransformerException |