Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 188 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EGenericTypeItemProvider.java |
2 | 11 | 338 | 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)); |
| |||||
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)); |
| |||
CompoundCommand command = new CompoundCommand() { @Override public Collection<? > getAffectedObjects() { return Collections.singleton(object); } }; command.appendIfCanExecute(SetCommand.create(editingDomain, object, EcorePackage.Literals. [[#variable173e7860]], [[#variable173e7940]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173e7860]] | EGENERIC_TYPE__ETYPE_ARGUMENTS |
1 | 2 | [[#173e7860]] | EGENERIC_TYPE__ETYPE_PARAMETER |
2 | 1 | [[#173e7940]] | Collections.EMPTY_LIST |
2 | 2 | [[#173e7940]] | null |