Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 2 | 0.978 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 253 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/History.java |
2 | 2 | 255 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/History.java |
3 | 2 | 257 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/History.java |
4 | 2 | 305 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/History.java |
5 | 2 | 307 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/History.java |
| ||||
catch (SAXException e) { throw createException(e, Messages.format(CorextMessages.History_error_read, fFileName)); } |
| ||||
catch (ParserConfigurationException e) { throw createException(e, Messages.format(CorextMessages.History_error_read, fFileName)); } |
| ||||
catch (IOException e) { throw createException(e, Messages.format(CorextMessages.History_error_read, fFileName)); } |
| ||||
catch (TransformerException e) { throw createException(e, Messages.format(CorextMessages.History_error_serialize, fFileName)); } |
| ||||
catch (ParserConfigurationException e) { throw createException(e, Messages.format(CorextMessages.History_error_serialize, fFileName)); } |
| |||
catch ( [[#variableb8ea5420]] e) { throw createException(e, Messages.format(CorextMessages. [[#variableb8ea5380]], fFileName)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8ea5420]] | ParserConfigurationException |
1 | 2 | [[#b8ea5420]] | ParserConfigurationException |
1 | 3 | [[#b8ea5420]] | IOException |
1 | 4 | [[#b8ea5420]] | TransformerException |
1 | 5 | [[#b8ea5420]] | SAXException |
2 | 1 | [[#b8ea5380]] | History_error_serialize |
2 | 2 | [[#b8ea5380]] | History_error_read |
2 | 3 | [[#b8ea5380]] | History_error_read |
2 | 4 | [[#b8ea5380]] | History_error_serialize |
2 | 5 | [[#b8ea5380]] | History_error_read |