CloneSet739


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

CompoundCommand command = new CompoundCommand() {
                            @Override public Collection<? > getAffectedObjects() {
                              return Collections.singleton(object);
                            }
                          };
command.appendIfCanExecute(SetCommand.create(editingDomain, object, EcorePackage.Literals.EGENERIC_TYPE__ETYPE_ARGUMENTS, Collections.EMPTY_LIST));


First
Previous
Clone Instance
2
Line Count
11
Source Line
338
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EGenericTypeItemProvider.java

CompoundCommand command = new CompoundCommand() {
                            @Override public Collection<? > getAffectedObjects() {
                              return Collections.singleton(object);
                            }
                          };
command.appendIfCanExecute(SetCommand.create(editingDomain, object, EcorePackage.Literals.EGENERIC_TYPE__ETYPE_PARAMETER, null));


Clone AbstractionParameter Count: 2Parameter Bindings

CompoundCommand command = new CompoundCommand() {
                            @Override public Collection<? > getAffectedObjects() {
                              return Collections.singleton(object);
                            }
                          };
command.appendIfCanExecute(SetCommand.create(editingDomain, object, EcorePackage.Literals. [[#variable173e7860]],  [[#variable173e7940]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#173e7860]]
EGENERIC_TYPE__ETYPE_ARGUMENTS 
12[[#173e7860]]
EGENERIC_TYPE__ETYPE_PARAMETER 
21[[#173e7940]]
Collections.EMPTY_LIST 
22[[#173e7940]]
null