private String userid = null; /** * The password to login with, if automated login is used */ private String password = null; /** * The command to execute */ private String command = null;
private String userid = null; /** * The password to login with, if automated login is used */ private String password = null; /** * The server to connect to. */ private String server = null;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/RExecTask.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
private String userid  = null;
1
private String userid  = null;
2
    /**
2
    /**
3
     *  The password to login with, if automated login is used
3
     *  The password to login with, if automated login is used
4
     */
4
     */
5
    private String password = null;
5
    private String password = null;
6
    /**
6
    /**
7
     *  The command to execute
7
     *  The server to connect to.
8
     */
8
     */
9
    private String command = null;
9
    private String server  = null;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0