CloneSet487


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112565
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java
211156
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Message.java
36114
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/MimeMailer.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
565
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java

/**
 * Sets the character set of mail message.
 * Will be ignored if mimeType contains ....; Charset=... substring or
 * encoding is not a <code>mime</code>.
 * @param charset the character encoding to use.
 * @since Ant 1.6
 */
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;
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
156
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Message.java

/**
 * Sets the character set of mail message.
 * Will be ignored if mimeType contains ....; Charset=... substring.
 * @param charset the character set name.
 * @since Ant 1.6
 */
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;
}


First
Previous
Clone Instance
3
Line Count
6
Source Line
114
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/MimeMailer.java

public void setCharset(String charset) {
  this.charset = charset;
}

public String getCharset() {
  return charset;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the character set of mail message.
     * Will be ignored if mimeType contains ....; Charset=... substring or
     * encoding is not a <code>mime</code>.
     * @param charset the character encoding to use.
     * @since Ant 1.6
     */
/**
     * Sets the character set of mail message.
     * Will be ignored if mimeType contains ....; Charset=... substring.
     * @param charset the character set name.
     * @since Ant 1.6
     */
public void setCharset(String charset) {
  this.charset = charset;
}

/**
     * Returns the character set of mail message.
     *
     * @return Charset of mail message.
     * @since Ant 1.6
     */
/**
     * Returns the charset of mail message.
     *
     * @return Charset of mail message.
     * @since Ant 1.6
     */
public String getCharset() {
  return charset;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None