CloneSet4680


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6330.970catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16240
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java
26274
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java
362543
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java
Clone Instance
1
Line Count
6
Source Line
240
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java

                  catch (CoreException e) {
                        LaunchingPlugin.log(e);
                  }
                  catch (SAXException e) {
                        LaunchingPlugin.log(e);
                  }
                  catch (IOException e) {
                        LaunchingPlugin.log(e);
                  }


Clone Instance
2
Line Count
6
Source Line
274
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java

                  catch (ParserConfigurationException e) {
                        LaunchingPlugin.log(e);
                  }
                  catch (IOException e) {
                        LaunchingPlugin.log(e);
                  }
                  catch (TransformerException e) {
                        LaunchingPlugin.log(e);
                  }


Clone Instance
3
Line Count
6
Source Line
2543
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java

                                  catch (ParserConfigurationException e) {
                                        LaunchingPlugin.log(e);
                                  }
                                  catch (IOException e) {
                                        LaunchingPlugin.log(e);
                                  }
                                  catch (TransformerException e) {
                                        LaunchingPlugin.log(e);
                                  }


Clone AbstractionParameter Count: 3Parameter Bindings

catch ( [[#variable51b7d9c0]] e) {
  LaunchingPlugin.log(e);
}
catch ( [[#variable51b7d920]] e) {
  LaunchingPlugin.log(e);
}
catch ( [[#variable51b7d760]] e) {
  LaunchingPlugin.log(e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51b7d9c0]]
ParserConfigurationException 
12[[#51b7d9c0]]
CoreException 
13[[#51b7d9c0]]
ParserConfigurationException 
21[[#51b7d920]]
IOException 
22[[#51b7d920]]
SAXException 
23[[#51b7d920]]
IOException 
31[[#51b7d760]]
TransformerException 
32[[#51b7d760]]
IOException 
33[[#51b7d760]]
TransformerException