CloneSet1681


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17448
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/EMFPlugin.java
27162
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingResourceLocator.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
448
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/EMFPlugin.java

catch (IOException
       exception) {
  // If the path isn't within the root of the archive, 
  // create a new URI for the folder location of the archive, 
  // so we can look in the folder that contains it.
  //
  uri = URI.createURI(uri.authority()).trimSegments(1);
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
162
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingResourceLocator.java

catch (IOException
       exception) {
  // If the plugin.properties isn't within the root of the archive,
  // create a new URI for the folder location of the archive,
  // so we can look in the folder that contains it.
  //
  uri = URI.createURI(uri.authority()).trimSegments(1);
}


Clone AbstractionParameter Count: 0Parameter Bindings

catch (IOException
       exception) {
  // If the path isn't within the root of the archive, 
  // create a new URI for the folder location of the archive, 
  // If the plugin.properties isn't within the root of the archive,
  // create a new URI for the folder location of the archive,
  // so we can look in the folder that contains it.
  //
  uri = URI.createURI(uri.authority()).trimSegments(1);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None