CloneSet6142


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.983catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1262
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIClassType.java
2293
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIReferenceType.java
Clone Instance
1
Line Count
2
Source Line
62
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIClassType.java

                          catch (RuntimeException e) {
                                targetRequestFailed(MessageFormat.format(JDIDebugModelMessages.JDIClassType_exception_while_performing_method_lookup_for_constructor, new String[] {
                                                                                                                                                                                    e.toString(), signature
                                                                                                                                                                                   } ),                        e);
                          }


Clone Instance
2
Line Count
2
Source Line
93
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIReferenceType.java

                  catch (RuntimeException e) {
                        targetRequestFailed(MessageFormat.format(JDIDebugModelMessages.JDIClassType_exception_while_retrieving_field, new String[] {
                                                                                                                                                    e.toString(), name
                                                                                                                                                   } ),                   e);
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

catch (RuntimeException e) {
  targetRequestFailed(MessageFormat.format(JDIDebugModelMessages. [[#variable5c7dfac0]], new String[] {
                                                                                                        e.toString(),
                                                                                                         [[#variable5c7dfa80]]
                                                                                                      } ), e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5c7dfac0]]
JDIClassType_exception_while_performing_method_lookup_for_constructor 
12[[#5c7dfac0]]
JDIClassType_exception_while_retrieving_field 
21[[#5c7dfa80]]
signature 
22[[#5c7dfa80]]
name