Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.977 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 540 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DelegatingWrapperItemProvider.java |
2 | 10 | 3059 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java |
| |||||
CommandActionDelegate commandActionDelegate; /** * Returns a new <code>AffectedObjectsWrappingCommandActionDelegate</code> for the given command. * @exception ClassCastException If the specified command does not implement {@link org.eclipse.emf.common.command.Command}. */ public AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command) { super((Command) command); commandActionDelegate = command; } |
| |||||
CommandActionDelegate commandActionDelegate; /** * Returns a new <code>ResultAndAffectedObjectsWrappingCommandActionDelegate</code> for the given command. * @exception ClassCastException If the specified command does not implement {@link org.eclipse.emf.common.command.Command}. */ public ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command) { super((Command) command); commandActionDelegate = command; } |
| |||
CommandActionDelegate commandActionDelegate; /** * Returns a new <code>ResultAndAffectedObjectsWrappingCommandActionDelegate</code> for the given command. * @exception ClassCastException If the specified command does not implement {@link org.eclipse.emf.common.command.Command}. */ /** * Returns a new <code>AffectedObjectsWrappingCommandActionDelegate</code> for the given command. * @exception ClassCastException If the specified command does not implement {@link org.eclipse.emf.common.command.Command}. */ public [[#variable175c09a0]](CommandActionDelegate command) { super((Command) command); commandActionDelegate = command; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175c09a0]] | AffectedObjectsWrappingCommandActionDelegate |
1 | 2 | [[#175c09a0]] | ResultAndAffectedObjectsWrappingCommandActionDelegate |