Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.961 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 134 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/AbstractCommand.java |
2 | 5 | 57 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/UnexecutableCommand.java |
3 | 5 | 78 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/UnexecutableCommand.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()" } )); } |
| |||||
/** * 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()" } )); } |
| |||||
/** * 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()" } )); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17401c60]] | undo |
1 | 2 | [[#17401c60]] | execute |
1 | 3 | [[#17401c60]] | redo |
2 | 1 | [[#17401b20]] | ".undo()" |
2 | 2 | [[#17401b20]] | ".execute()" |
2 | 3 | [[#17401b20]] | ".redo()" |