Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 132 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
2 | 4 | 137 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
| ||||
try { setType(Integer.parseInt(root.getAttribute("type"))); //$NON-NLS-1$ } catch (NumberFormatException e) { abort(LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_type_2, e); } |
| ||||
try { setClasspathProperty(Integer.parseInt(root.getAttribute("path"))); //$NON-NLS-1$ } catch (NumberFormatException e) { abort(LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_location_3, e); } |
| |||
try { [[#variable53b2fa60]](Integer.parseInt(root.getAttribute( [[#variable53b2f9c0]]))); //$NON-NLS-1$ } catch (NumberFormatException e) { abort(LaunchingMessages. [[#variable53b2f920]], e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53b2fa60]] | setClasspathProperty |
1 | 2 | [[#53b2fa60]] | setType |
2 | 1 | [[#53b2f9c0]] | "path" |
2 | 2 | [[#53b2f9c0]] | "type" |
3 | 1 | [[#53b2f920]] | RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_location_3 |
3 | 2 | [[#53b2f920]] | RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_type_2 |