Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.972 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 53 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java |
2 | 11 | 48 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamTask.java |
| |||||
/** The username for the deployment server. **/ private String userName; /** The password for the deployment server. **/ private String password; /** The address of the deployment server **/ private String server; |
| |||||
// ATTRIBUTES /** * The username of the connection */ private String userName; /** * The username of the connection */ private String password; /** * name of Starteam server to connect to */ private String servername; |
| |||
// ATTRIBUTES /** * The username of the connection */ /** The username for the deployment server. **/ private String userName; /** * The username of the connection */ /** The password for the deployment server. **/ private String password; /** * name of Starteam server to connect to */ /** The address of the deployment server **/ private String [[#variable112495c0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112495c0]] | server |
1 | 2 | [[#112495c0]] | servername |