CloneSet1466


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.977class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110540
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DelegatingWrapperItemProvider.java
2103059
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
540
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DelegatingWrapperItemProvider.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;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
3059
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java

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;
}


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175c09a0]]
AffectedObjectsWrappingCommandActionDelegate 
12[[#175c09a0]]
ResultAndAffectedObjectsWrappingCommandActionDelegate