Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 263 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/composer/MessageComposer.java |
2 | 5 | 374 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/composer/MessageComposer.java |
| |||||
// Init Mime-Header with Default-Values (text/html) LocalMimePart bodyPart = new LocalMimePart(new MimeHeader("text", "html")); // Set Default Charset or selected String charsetName = model.getCharset().name(); |
| |||||
// Init Mime-Header with Default-Values (text/plain) LocalMimePart bodyPart = new LocalMimePart(new MimeHeader("text", "plain")); // Set Default Charset or selected String charsetName = model.getCharset().name(); |
| |||
// Init Mime-Header with Default-Values (text/html) // Init Mime-Header with Default-Values (text/plain) LocalMimePart bodyPart = new LocalMimePart(new MimeHeader("text", [[#variable1317e5a0]])); // Set Default Charset or selected String charsetName = model.getCharset().name(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1317e5a0]] | "html" |
1 | 2 | [[#1317e5a0]] | "plain" |