public void setComment(String v) { this.comment = v; } /** * Get the value of task. * @return value of task. */ public String getTask() { return task;
public void setComment(String v) { this.comment = v; } /** * Get the value of platform. * @return value of platform. */ public String getPlatform() { return platform;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setComment(String v) {
1
public void setComment(String v) {
2
        this.comment = v;
2
        this.comment = v;
3
    }
3
    }
4
    /**
4
    /**
5
     * Get the value of task.
5
     * Get the value of platform.
6
     * @return value of task.
6
     * @return value of platform.
7
     */
7
     */
8
    public String getTask() {
8
    public String getPlatform() {
9
        return task;
9
        return platform;
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