Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 382 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java |
2 | 2 | 808 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java |
| |||||
/** * Set the management username to run the server; * optional and only applicable to WL6.0. * * @param username the management username of the server. */ public void setUsername(String username) { this.managementUsername = username; } |
| |||||
/** * Sets the <CODE>username</CODE> attribute to the given value. * * @param username Your username for the specified StarTeam server. * @see #getUsername() */ public void setUsername(String username) { this.username = username; } |
| |||
/** * Set the management username to run the server; * optional and only applicable to WL6.0. * * @param username the management username of the server. */ /** * Sets the <CODE>username</CODE> attribute to the given value. * * @param username Your username for the specified StarTeam server. * @see #getUsername() */ public void setUsername(String username) { this. [[#variable112d8fa0]]= username; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112d8fa0]] | managementUsername |
1 | 2 | [[#112d8fa0]] | username |