CloneSet232


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13310.963block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113491
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java
213506
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java
313522
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
491
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java

{
  // Default Port
  if (isPopAccount()) {
    if (((Integer) portSpinner.getValue()).intValue() != POP3Protocol.DEFAULT_PORT) {
      portSpinner.setValue(new Integer(POP3Protocol.DEFAULT_PORT));
      showPortChangeMessageBox();
    }
  }
  else {
    if (((Integer) portSpinner.getValue()).intValue() != IMAPProtocol.DEFAULT_PORT) {
      portSpinner.setValue(new Integer(IMAPProtocol.DEFAULT_PORT));
      showPortChangeMessageBox();
    }
  }
}


Next
Previous
Clone Instance
2
Line Count
13
Source Line
506
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java

{
  // POP3s / IMAPs
  if (isPopAccount()) {
    if (((Integer) portSpinner.getValue()).intValue() != POP3Protocol.DEFAULT_SSL_PORT) {
      portSpinner.setValue(new Integer(POP3Protocol.DEFAULT_SSL_PORT));
      showPortChangeMessageBox();
    }
  }
  else {
    if (((Integer) portSpinner.getValue()).intValue() != IMAPProtocol.DEFAULT_SSL_PORT) {
      portSpinner.setValue(new Integer(IMAPProtocol.DEFAULT_SSL_PORT));
      showPortChangeMessageBox();
    }
  }
}


First
Previous
Clone Instance
3
Line Count
13
Source Line
522
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java

{
  // Check for default Ports
  if (isPopAccount()) {
    if (((Integer) portSpinner.getValue()).intValue() != POP3Protocol.DEFAULT_PORT) {
      portSpinner.setValue(new Integer(POP3Protocol.DEFAULT_PORT));
      showPortChangeMessageBox();
    }
  }
  else {
    if (((Integer) portSpinner.getValue()).intValue() != IMAPProtocol.DEFAULT_PORT) {
      portSpinner.setValue(new Integer(IMAPProtocol.DEFAULT_PORT));
      showPortChangeMessageBox();
    }
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // Check for default Ports
  // POP3s / IMAPs
  // Default Port
  if (isPopAccount()) {
    if (((Integer) portSpinner.getValue()).intValue() != POP3Protocol. [[#variable113ecc60]]) {
      portSpinner.setValue(new Integer(POP3Protocol. [[#variable113ecc60]]));
      showPortChangeMessageBox();
    }
  }
  else {
    if (((Integer) portSpinner.getValue()).intValue() != IMAPProtocol. [[#variable113ecc60]]) {
      portSpinner.setValue(new Integer(IMAPProtocol. [[#variable113ecc60]]));
      showPortChangeMessageBox();
    }
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#113ecc60]]
DEFAULT_PORT 
12[[#113ecc60]]
DEFAULT_SSL_PORT 
13[[#113ecc60]]
DEFAULT_PORT