CloneSet1593


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.975method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13387
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java
23396
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
387
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java

/**
 * Returns whether the EPackage associated with the specified GenPackage should be added 
 * to the ePackage list.  
 */
protected boolean isValidEPackage(GenPackage genPackage) {
  return genPackage.getEcorePackage() != null && genPackage.hasClassifiers();
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
396
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java

/**
 * Returns whether the specified GenPackage should be added to the referenced 
 * GenPackage list.  
 */
protected boolean isValidReferencedGenPackage(GenPackage genPackage) {
  return genPackage.getEcorePackage() != null && genPackage.hasClassifiers();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * Returns whether the specified GenPackage should be added to the referenced 
   * GenPackage list.  
   */
/**
   * Returns whether the EPackage associated with the specified GenPackage should be added 
   * to the ePackage list.  
   */
protected boolean  [[#variable175fc000]](GenPackage genPackage) {
  return genPackage.getEcorePackage() != null && genPackage.hasClassifiers();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175fc000]]
isValidEPackage 
12[[#175fc000]]
isValidReferencedGenPackage