public void setComment(String comment) { mComment = comment; } /** * Get comment string * * @return String containing the comment */ public String getComment() { return mComment; } /** * Set comment file * * @param cfile the path to the comment file */ public void setCommentFile(String cfile) { mCfile = cfile; } /** * Get comment file * * @return String containing the path to the comment file */ public String getCommentFile() { return mCfile;
public void setComment(String comment) { mComment = comment; } /** * Get comment string * * @return String containing the comment */ public String getComment() { return mComment; } /** * Set comment file * * @param cfile the path to the comment file */ public void setCommentFile(String cfile) { mCfile = cfile; } /** * Get comment file * * @return String containing the path to the comment file */ public String getCommentFile() { return mCfile;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklabel.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCRmtype.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 string
5
     * Get comment string
6
     *
6
     *
7
     * @return String containing the comment
7
     * @return String containing the comment
8
     */
8
     */
9
    public String getComment() {
9
    public String getComment() {
10
        return mComment;
10
        return mComment;
11
    }
11
    }
12
    /**
12
    /**
13
     * Set comment file
13
     * Set comment file
14
     *
14
     *
15
     * @param cfile the path to the comment file
15
     * @param cfile the path to the comment file
16
     */
16
     */
17
    public void setCommentFile(String cfile) {
17
    public void setCommentFile(String cfile) {
18
        mCfile = cfile;
18
        mCfile = cfile;
19
    }
19
    }
20
    /**
20
    /**
21
     * Get comment file
21
     * Get comment file
22
     *
22
     *
23
     * @return String containing the path to the comment file
23
     * @return String containing the path to the comment file
24
     */
24
     */
25
    public String getCommentFile() {
25
    public String getCommentFile() {
26
        return mCfile;
26
        return mCfile;
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