Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.965 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 344 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java |
2 | 4 | 115 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java |
| ||||
catch (TransformerException e) { throw createException(e, FormatterMessages.CodingStyleConfigurationBlock_error_serializing_xml_message); } catch (ParserConfigurationException e) { throw createException(e, FormatterMessages.CodingStyleConfigurationBlock_error_serializing_xml_message); } |
| ||||
catch (TransformerException e) { throw createException(e, JavaTextMessages.ContentAssistHistory_serialize_error); } catch (ParserConfigurationException e) { throw createException(e, JavaTextMessages.ContentAssistHistory_serialize_error); } |
| |||
catch (TransformerException e) { throw createException(e, [[#variable5f98cce0]]. [[#variable5f98cc80]]); } catch (ParserConfigurationException e) { throw createException(e, [[#variable5f98cce0]]. [[#variable5f98cc80]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f98cce0]] | FormatterMessages |
1 | 2 | [[#5f98cce0]] | JavaTextMessages |
2 | 1 | [[#5f98cc80]] | CodingStyleConfigurationBlock_error_serializing_xml_message |
2 | 2 | [[#5f98cc80]] | ContentAssistHistory_serialize_error |