public void setCharset(String charset) { this.charset = charset; } /** * Returns the character set of mail message. * * @return Charset of mail message. * @since Ant 1.6 */ public String getCharset() { return charset
public void setCharset(String charset) { this.charset = charset; } /** * Returns the charset of mail message. * * @return Charset of mail message. * @since Ant 1.6 */ public String getCharset() { return charset
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Message.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setCharset(String charset) {
1
public void setCharset(String charset) {
2
        this.charset = charset;
2
      this.charset = charset;
3
    }
3
    }
4
    /**
4
    /**
5
     * Returns the character set of mail message.
5
     * Returns the charset of mail message.
6
     *
6
     *
7
     * @return Charset of mail message.
7
     * @return Charset of mail message.
8
     * @since Ant 1.6
8
     * @since Ant 1.6
9
     */
9
     */
10
    public String getCharset() {
10
    public String getCharset() {
11
        return charset
11
      return charset
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