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
public void start() throws IOException { }
/** {@inheritDoc}. */
public void stop() { }
/** {@inheritDoc}. */
public void setProcessInputStream(OutputStream param1) throws IOException {
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void start() throws IOException {↵ | | 1 | public void start() throws IOException ↵
|
2 | }↵ | | 2 | { }↵
|
|
3 | /**↵ | | 3 | /**↵
|
4 | *↵ | | |
|
5 | */↵ | | 4 | {@inheritDoc}. */↵
|
6 | public void stop() {↵ | | 5 | public void stop() ↵
|
7 | }↵ | | 6 | { }↵
|
|
8 | /**↵ | | 7 | /**↵
|
9 | *↵ | | |
|
10 | * @param param1 the output stream↵ | | |
|
11 | * @exception java.io.IOException on error↵ | | |
|
12 | */↵ | | 8 | {@inheritDoc}. */↵
|
13 | public void setProcessInputStream(OutputStream param1) throws IOException | | 9 | public void setProcessInputStream(OutputStream param1) throws IOException {
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |