Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.975 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 387 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java |
2 | 3 | 396 | 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(); } |
| |||||
/** * Returns whether the specified GenPackage should be added to the referenced * GenPackage list. */ protected boolean isValidReferencedGenPackage(GenPackage genPackage) { return genPackage.getEcorePackage() != null && genPackage.hasClassifiers(); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175fc000]] | isValidEPackage |
1 | 2 | [[#175fc000]] | isValidReferencedGenPackage |