CloneSet6311


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.965catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14344
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java
24115
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java
Clone Instance
1
Line Count
4
Source Line
344
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.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);
                  }


Clone Instance
2
Line Count
4
Source Line
115
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java

                          catch (TransformerException e) {
                                throw createException(e, JavaTextMessages.ContentAssistHistory_serialize_error);
                          }
                          catch (ParserConfigurationException e) {
                                throw createException(e, JavaTextMessages.ContentAssistHistory_serialize_error);
                          }


Clone AbstractionParameter Count: 2Parameter Bindings

catch (TransformerException e) {
  throw createException(e,  [[#variable5f98cce0]]. [[#variable5f98cc80]]);
}
catch (ParserConfigurationException e) {
  throw createException(e,  [[#variable5f98cce0]]. [[#variable5f98cc80]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f98cce0]]
FormatterMessages 
12[[#5f98cce0]]
JavaTextMessages 
21[[#5f98cc80]]
CodingStyleConfigurationBlock_error_serializing_xml_message 
22[[#5f98cc80]]
ContentAssistHistory_serialize_error