CloneSet721


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19450
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/composer/MessageBuilderHelper.java
28245
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/ComposerController.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
450
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/composer/MessageBuilderHelper.java

XmlElement htmlElement = optionsElement.getElement("html");
// create html element, if it doesn't exist
if (htmlElement == null) {
  htmlElement = optionsElement.addSubElement("html");
}
// get enable attribute
String enableHtml = htmlElement.getAttribute("enable", "false");


First
Previous
Clone Instance
2
Line Count
8
Source Line
245
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/ComposerController.java

XmlElement htmlElement = optionsElement.getElement("html");
// create default element if not available
if (htmlElement == null) {
  htmlElement = optionsElement.addSubElement("html");
}
String enableHtml = htmlElement.getAttribute("enable", "false");


Clone AbstractionParameter Count: 0Parameter Bindings

XmlElement htmlElement = optionsElement.getElement("html");
// create default element if not available
// create html element, if it doesn't exist
if (htmlElement == null) {
  htmlElement = optionsElement.addSubElement("html");
}
// get enable attribute
String enableHtml = htmlElement.getAttribute("enable", "false");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None