CloneSet1399


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12382
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java
22808
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
382
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.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;
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
808
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java

/**
 * 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;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112d8fa0]]
managementUsername 
12[[#112d8fa0]]
username