CloneSet780


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5320.961method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16134
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/AbstractCommand.java
2557
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/UnexecutableCommand.java
3578
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/UnexecutableCommand.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
134
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/AbstractCommand.java

/**
 * Throws a runtime exception.
 * @exception UnsupportedOperationException always.
 */
public void undo() {
  throw new UnsupportedOperationException(CommonPlugin.INSTANCE.getString("_EXC_Method_not_implemented", new String[] {
                                                                                                                        this.getClass().getName() + ".undo()"
                                                                                                                      } ));
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
57
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/UnexecutableCommand.java

/**
 * Throws an exception if it should ever be called.
 * @exception UnsupportedOperationException always.
 */
public void execute() {
  throw new UnsupportedOperationException(CommonPlugin.INSTANCE.getString("_EXC_Method_not_implemented", new String[] {
                                                                                                                        this.getClass().getName() + ".execute()"
                                                                                                                      } ));
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
78
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/UnexecutableCommand.java

/**
 * Throws an exception if it should ever be called.
 * @exception UnsupportedOperationException always.
 */
public void redo() {
  throw new UnsupportedOperationException(CommonPlugin.INSTANCE.getString("_EXC_Method_not_implemented", new String[] {
                                                                                                                        this.getClass().getName() + ".redo()"
                                                                                                                      } ));
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Throws an exception if it should ever be called.
   * @exception UnsupportedOperationException always.
   */
/**
   * Throws a runtime exception.
   * @exception UnsupportedOperationException always.
   */
public void [[#variable17401c60]]() {
  throw new UnsupportedOperationException(CommonPlugin.INSTANCE.getString("_EXC_Method_not_implemented", new String[] {
                                                                                                                        this.getClass().getName() +  [[#variable17401b20]]
                                                                                                                      } ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17401c60]]
undo 
12[[#17401c60]]
execute 
13[[#17401c60]]
redo 
21[[#17401b20]]
".undo()" 
22[[#17401b20]]
".execute()" 
23[[#17401b20]]
".redo()"