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;
}
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/MimeMailer.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.↵ | | |
|
6 | *↵ | | |
|
7 | * @return Charset of mail message.↵ | | |
|
8 | * @since Ant 1.6↵ | | |
|
9 | */↵ | | |
|
| | | 5 | }↵
|
|
10 | public String getCharset() {↵ | | 6 | public String getCharset() {↵
|
11 | return charset | | 7 | return charset
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |