Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.983 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 62 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIClassType.java |
2 | 2 | 93 | 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_performing_method_lookup_for_constructor, new String[] { e.toString(), signature } ), e); } |
| ||||
catch (RuntimeException e) { targetRequestFailed(MessageFormat.format(JDIDebugModelMessages.JDIClassType_exception_while_retrieving_field, new String[] { e.toString(), name } ), e); } |
| |||
catch (RuntimeException e) { targetRequestFailed(MessageFormat.format(JDIDebugModelMessages. [[#variable5c7dfac0]], new String[] { e.toString(), [[#variable5c7dfa80]] } ), e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c7dfac0]] | JDIClassType_exception_while_performing_method_lookup_for_constructor |
1 | 2 | [[#5c7dfac0]] | JDIClassType_exception_while_retrieving_field |
2 | 1 | [[#5c7dfa80]] | signature |
2 | 2 | [[#5c7dfa80]] | name |