CloneSet6886


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.972statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14132
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java
24137
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java
Clone Instance
1
Line Count
4
Source Line
132
Source File
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);
                  }


Clone Instance
2
Line Count
4
Source Line
137
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java

                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);
                  }


Clone AbstractionParameter Count: 3Parameter Bindings

try {
   [[#variable53b2fa60]](Integer.parseInt(root.getAttribute( [[#variable53b2f9c0]]))); //$NON-NLS-1$
}
catch (NumberFormatException e) {
  abort(LaunchingMessages. [[#variable53b2f920]], e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53b2fa60]]
setClasspathProperty 
12[[#53b2fa60]]
setType 
21[[#53b2f9c0]]
"path" 
22[[#53b2f9c0]]
"type" 
31[[#53b2f920]]
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_location_3 
32[[#53b2f920]]
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_type_2