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)
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 fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setAsOfDate(String asOfDateParam) {
1
public void setAsOfDate(String asOfDateParam) {
2
        _setAsOfDate(asOfDateParam);
2
        _setAsOfDate(asOfDateParam);
3
    }
3
    }
4
    /**
4
    /**
5
     * Date Format with which asOfDate parameter to be parsed; optional.
5
     * Date Format with which asOfDate parameter to be parsed; optional.
6
     * Must be a SimpleDateFormat compatible string.
6
     * Must be a SimpleDateFormat compatible string.
7
     * If not specified, and asOfDateParam is specified, parse will use ISO8601
7
     * If not specified, and asOfDateParam is specified, parse will use ISO8601
8
     * datetime and date formats.
8
     * datetime and date formats.
9
     *
9
     *
10
     * @param asOfDateFormat the SimpleDateFormat-compatible format string
10
     * @param asOfDateFormat the SimpleDateFormat-compatible format string
11
     * @since Ant 1.6
11
     * @since Ant 1.6
12
     */
12
     */
13
    public void setAsOfDateFormat(String asOfDateFormat) {
13
    public void setAsOfDateFormat(String asOfDateFormat) {
14
        _setAsOfDateFormat(asOfDateFormat)
14
        _setAsOfDateFormat(asOfDateFormat)
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