Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 3314 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreUtil.java |
2 | 5 | 3384 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreUtil.java |
3 | 5 | 3476 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreUtil.java |
4 | 5 | 3518 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreUtil.java |
| |||||
if (eAnnotation == null) { eAnnotation = EcoreFactory.eINSTANCE.createEAnnotation(); eAnnotation.setSource(GEN_MODEL_PACKAGE_NS_URI); eModelElement.getEAnnotations().add(eAnnotation); } |
| |||||
if (eAnnotation == null) { eAnnotation = EcoreFactory.eINSTANCE.createEAnnotation(); eAnnotation.setSource(sourceURI); eModelElement.getEAnnotations().add(eAnnotation); } |
| |||||
if (eAnnotation == null) { eAnnotation = EcoreFactory.eINSTANCE.createEAnnotation(); eAnnotation.setSource(GEN_MODEL_PACKAGE_NS_URI); eStructuralFeature.getEAnnotations().add(eAnnotation); } |
| |||||
if (eAnnotation == null) { eAnnotation = EcoreFactory.eINSTANCE.createEAnnotation(); eAnnotation.setSource(GEN_MODEL_PACKAGE_NS_URI); eOperation.getEAnnotations().add(eAnnotation); } |
| |||
if (eAnnotation == null) { eAnnotation = EcoreFactory.eINSTANCE.createEAnnotation(); eAnnotation.setSource( [[#variable173a4ca0]]); [[#variable173a4be0]].getEAnnotations().add(eAnnotation); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173a4ca0]] | GEN_MODEL_PACKAGE_NS_URI |
1 | 2 | [[#173a4ca0]] | sourceURI |
1 | 3 | [[#173a4ca0]] | GEN_MODEL_PACKAGE_NS_URI |
1 | 4 | [[#173a4ca0]] | GEN_MODEL_PACKAGE_NS_URI |
2 | 1 | [[#173a4be0]] | eModelElement |
2 | 2 | [[#173a4be0]] | eModelElement |
2 | 3 | [[#173a4be0]] | eStructuralFeature |
2 | 4 | [[#173a4be0]] | eOperation |