CloneSet768


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115190
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java
21563
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
190
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java

/**
 * List files, dates, and statuses as of this date; optional.
 * If not specified, the most recent version of each file will be listed.
 *
 * @param asOfDateParam the date as of which the listing to be made
 * @since Ant 1.6
 */
public void setAsOfDate(String asOfDateParam) {
  _setAsOfDate(asOfDateParam);
}

/**
 * Date Format with which asOfDate parameter to be parsed; optional.
 * Must be a SimpleDateFormat compatible string.
 * If not specified, and asOfDateParam is specified, parse will use ISO8601
 * datetime and date formats.
 *
 * @param asOfDateFormat the SimpleDateFormat-compatible format string
 * @since Ant 1.6
 */
public void setAsOfDateFormat(String asOfDateFormat) {
  _setAsOfDateFormat(asOfDateFormat);
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
63
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java

/**
 * List files, dates, and statuses as of this date; optional.
 * If not specified, the most recent version of each file will be listed.
 *
 * @param asOfDateParam the date as of which the listing to be made
 * @since Ant 1.6
 */
public void setAsOfDate(String asOfDateParam) {
  _setAsOfDate(asOfDateParam);
}

/**
 * Date Format with which asOfDate parameter to be parsed; optional.
 * Must be a SimpleDateFormat compatible string.
 * If not specified, and asOfDateParam is specified, parse will use ISO8601
 * datetime and date formats.
 *
 * @param asOfDateFormat the SimpleDateFormat-compatible format string
 * @since Ant 1.6
 */
public void setAsOfDateFormat(String asOfDateFormat) {
  _setAsOfDateFormat(asOfDateFormat);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * List files, dates, and statuses as of this date; optional.
     * If not specified, the most recent version of each file will be listed.
     *
     * @param asOfDateParam the date as of which the listing to be made
     * @since Ant 1.6
     */
public void setAsOfDate(String asOfDateParam) {
  _setAsOfDate(asOfDateParam);
}

/**
     * Date Format with which asOfDate parameter to be parsed; optional.
     * Must be a SimpleDateFormat compatible string.
     * If not specified, and asOfDateParam is specified, parse will use ISO8601
     * datetime and date formats.
     *
     * @param asOfDateFormat the SimpleDateFormat-compatible format string
     * @since Ant 1.6
     */
public void setAsOfDateFormat(String asOfDateFormat) {
  _setAsOfDateFormat(asOfDateFormat);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None