CloneSet1346


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000nested_class_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111398
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionObjectTreePropertiesPanel.java
211494
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionSQLPropertiesPanel.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
398
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionObjectTreePropertiesPanel.java

/**
           * This class will update the status of the GUI controls as the user
           * makes changes.
           */
private final class ControlMediator implements ChangeListener, ActionListener {
  public void stateChanged(ChangeEvent evt) {
    updateControlStatus();
  }

  public void actionPerformed(ActionEvent evt) {
    updateControlStatus();
  }
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
494
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionSQLPropertiesPanel.java

/**
 * This class will update the status of the GUI controls as the user
 * makes changes.
 */
private final class ControlMediator implements ChangeListener, ActionListener {
  public void stateChanged(ChangeEvent evt) {
    updateControlStatus();
  }

  public void actionPerformed(ActionEvent evt) {
    updateControlStatus();
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
                 * This class will update the status of the GUI controls as the user
                 * makes changes.
                 */
private final class ControlMediator implements ChangeListener, ActionListener {
  public void stateChanged(ChangeEvent evt) {
    updateControlStatus();
  }

  public void actionPerformed(ActionEvent evt) {
    updateControlStatus();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None