builder.append(panel2, 3); builder.nextLine(); builder.append(storePasswordCheckBox, 3); builder.nextLine();
builder.append(panel2, 3); builder.nextLine(); builder.append(storePasswordCheckBox, 5); builder.nextLine();
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/OutgoingServerPanel.java
Method name: void layoutComponents() Method name: void layoutComponents()
Number of AST nodes: 4 Number of AST nodes: 4
1
builder.append(panel2, 3);
1
builder.append(panel2, 3);
2
		builder.nextLine();
2
		builder.nextLine();
3
		builder.append(storePasswordCheckBox, 3);
3
		builder.append(storePasswordCheckBox, 5);
4
		builder.nextLine();
4
		builder.nextLine();
Summary
Number of common nesting structure subtrees1
Number of refactorable cases1
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes having the same super class
Number of node comparisons10
  1. {Refactorable}
    Mapping Summary
    Number of mapped statements4
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment1
    Time elapsed for statement mapping (ms)0.0
    Clone typeType 3
    Mapped Statements
    ID Statement ID Statement
    30
    builder.append(panel2, 3);
    33
    builder.append(panel2, 3);
    31
    builder.nextLine();
    34
    builder.nextLine();
    32
    builder.append(storePasswordCheckBox, 3);
    32
    builder.append(storePasswordCheckBox, 3);
    35
    builder.append(storePasswordCheckBox, 5);
    Differences
    Expression1Expression2Difference
    35LITERAL_VALUE_MISMATCH
    35
    builder.append(storePasswordCheckBox, 5);
    33
    builder.nextLine();
    34
    builder.nextLine();
                                                  
    36
    builder.nextLine();
    Precondition Violations (0)
    Row Violation