CloneSet911


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14129
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/ReplyCommand.java
2485
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/ReplyWithTemplateCommand.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
129
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/ReplyCommand.java

if (Boolean.valueOf(html.getAttribute("prefer")).booleanValue()) {
  bodyPart = mimePartTree.getFirstTextPart("html");
}
else {
  bodyPart = mimePartTree.getFirstTextPart("plain");
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
85
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/ReplyWithTemplateCommand.java

if (Boolean.valueOf(html.getAttribute("prefer")).booleanValue()) {
  bodyPart = mimePartTree.getFirstTextPart("html");
}
else {
  bodyPart = mimePartTree.getFirstTextPart("plain");
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (Boolean.valueOf(html.getAttribute("prefer")).booleanValue()) {
  bodyPart = mimePartTree.getFirstTextPart("html");
}
else {
  bodyPart = mimePartTree.getFirstTextPart("plain");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None