| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 4 | 0.953 | catch_statements |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 420 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java |
| 2 | 6 | 283 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java |
| 3 | 6 | 127 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java |
| ||||
catch (SAXException e) {
throw createException(e, CorextMessages.JavaDocLocations_error_readXML);
}
catch (ParserConfigurationException e) {
throw createException(e, CorextMessages.JavaDocLocations_error_readXML);
}
catch (IOException e) {
throw createException(e, CorextMessages.JavaDocLocations_error_readXML);
}
|
| ||||
catch (SAXException e) {
throw createException(e, FormatterMessages.CodingStyleConfigurationBlock_error_reading_xml_message);
}
catch (IOException e) {
throw createException(e, FormatterMessages.CodingStyleConfigurationBlock_error_reading_xml_message);
}
catch (ParserConfigurationException e) {
throw createException(e, FormatterMessages.CodingStyleConfigurationBlock_error_reading_xml_message);
}
|
| ||||
catch (SAXException e) {
throw createException(e, JavaTextMessages.ContentAssistHistory_deserialize_error);
}
catch (ParserConfigurationException e) {
throw createException(e, JavaTextMessages.ContentAssistHistory_deserialize_error);
}
catch (IOException e) {
throw createException(e, JavaTextMessages.ContentAssistHistory_deserialize_error);
}
|
| |||
catch (SAXException e) {
throw createException(e, [[#variable57675a40]]. [[#variable576744a0]]);
}
catch ( [[#variable57675920]] e) {
throw createException(e, [[#variable57675a40]]. [[#variable576744a0]]);
}
catch ( [[#variable57675960]] e) {
throw createException(e, [[#variable57675a40]]. [[#variable576744a0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#57675a40]] | FormatterMessages |
| 1 | 2 | [[#57675a40]] | CorextMessages |
| 1 | 3 | [[#57675a40]] | JavaTextMessages |
| 2 | 1 | [[#576744a0]] | CodingStyleConfigurationBlock_error_reading_xml_message |
| 2 | 2 | [[#576744a0]] | JavaDocLocations_error_readXML |
| 2 | 3 | [[#576744a0]] | ContentAssistHistory_deserialize_error |
| 3 | 1 | [[#57675920]] | IOException |
| 3 | 2 | [[#57675920]] | ParserConfigurationException |
| 3 | 3 | [[#57675920]] | ParserConfigurationException |
| 4 | 1 | [[#57675960]] | ParserConfigurationException |
| 4 | 2 | [[#57675960]] | IOException |
| 4 | 3 | [[#57675960]] | IOException |