public void setComment(String comment) { mComment = comment; } /** * Get comment method * * @return String containing the desired comment method */ public String getComment() { return mComment
public void setComment(String comment) { mComment = comment; } /** * Get comment method * * @return String containing the desired comment method */ public String getComment() { return mComment
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCLock.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setComment(String comment) {
1
public void setComment(String comment) {
2
        mComment = comment;
2
        mComment = comment;
3
    }
3
    }
4
    /**
4
    /**
5
     * Get comment method
5
     * Get comment method
6
     *
6
     *
7
     * @return String containing the desired comment method
7
     * @return String containing the desired comment method
8
     */
8
     */
9
    public String getComment() {
9
    public String getComment() {
10
        return mComment
10
        return mComment
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