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.975 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 148 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/OpenMessageWithComposerCommand.java |
2 | 4 | 141 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/RedirectCommand.java |
| |||||
if (header.getMimeType().getSubtype().equals("html")) { // html model.setHtml(true); } else { model.setHtml(false); } |
| |||||
if (bodyHeader.getMimeType().getSubtype().equals("html")) { model.setHtml(true); } else { model.setHtml(false); } |
| |||
if ( [[#variable131fbd60]].getMimeType().getSubtype().equals("html")) { // html model.setHtml(true); } else { model.setHtml(false); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131fbd60]] | header |
1 | 2 | [[#131fbd60]] | bodyHeader |