CloneSet1627


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.950statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121621
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java
241667
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1621
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java

EEnumLiteral otherEEnumLiteral = eLiterals.get(index);
String otherName = otherEEnumLiteral.getName();


First
Previous
Clone Instance
2
Line Count
4
Source Line
1667
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java

EEnumLiteral otherEEnumLiteral = eLiterals.get(index);
// Don't complain about the literals if they are the same as the names and the names collide.
//
String name = eEnumLiteral.getName();


Clone AbstractionParameter Count: 2Parameter Bindings

EEnumLiteral otherEEnumLiteral = eLiterals.get(index);
// Don't complain about the literals if they are the same as the names and the names collide.
//
String  [[#variable17627a20]]= [[#variable1762b8c0]].getName();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17627a20]]
otherName 
12[[#17627a20]]
name 
21[[#1762b8c0]]
otherEEnumLiteral 
22[[#1762b8c0]]
eEnumLiteral