Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 0 | 1.000 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 274 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java |
2 | 5 | 514 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java |
| |||||
// implementation of org.apache.tools.ant.taskdefs.ExecuteStreamHandler interface /** * * @throws IOException on error */ public void start() throws IOException { } /** * */ public void stop() { } /** * * @param param1 the output stream * @exception java.io.IOException on error */ public void setProcessInputStream(OutputStream param1) throws IOException { } |
| |||||
// implementation of org.apache.tools.ant.taskdefs.ExecuteStreamHandler interface /** {@inheritDoc}. */ public void start() throws IOException { } /** {@inheritDoc}. */ public void stop() { } /** {@inheritDoc}. */ public void setProcessInputStream(OutputStream param1) throws IOException { } |
| |||
// implementation of org.apache.tools.ant.taskdefs.ExecuteStreamHandler interface /** * * @throws IOException on error */ /** {@inheritDoc}. */ public void start() throws IOException { } /** * */ /** {@inheritDoc}. */ public void stop() { } /** * * @param param1 the output stream * @exception java.io.IOException on error */ /** {@inheritDoc}. */ public void setProcessInputStream(OutputStream param1) throws IOException { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |