private String userName; /** The password for the deployment server. **/ private String password; /** The address of the deployment server **/ private String server;
private String userName; /** * The username of the connection */ private String password; /** * name of Starteam server to connect to */ private String servername;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamTask.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
private String userName;
1
private String userName;
2
    /** The password for the deployment server. *
2
    /**
3
     * The username of the connection
3
*/
4
     */
4
    private String password;
5
    private String password;
5
    /** The address of the deployment server *
6
    /**
7
     * name of Starteam server to connect to
6
*/
8
     */
7
    private String server;
9
    private String servername;
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