CloneSet1169


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.986nested_class_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110313
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeJavaObject.java
29311
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeOther.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
313
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeJavaObject.java

/*
 * The following is used by both in-cell and Popup operations.
 */
/*
 * Internal class for handling key events during editing
 * of both JTextField and JTextArea.
 * Since neither cell nor popup are allowed to edit, just ignore
 * anything seen here.
 */
private class KeyTextHandler extends KeyAdapter {
  // special handling of operations while editing Strings
  public void keyTyped(KeyEvent e) {
    // as a coding convenience, create a reference to the text component
    // that is typecast to JTextComponent.  this is not essential, as we
    // could typecast every reference, but this makes the code cleaner
    JTextComponent _theComponent = (JTextComponent) DataTypeJavaObject.this._textComponent;
    e.consume();
    _beepHelper.beep(_theComponent);
  }
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
311
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeOther.java

/*
 * The following is used by both in-cell and Popup operations.
 */
/*
 * Internal class for handling key events during editing
 * of both JTextField and JTextArea.
 * Since neither cell nor popup are allowed to edit, just ignore
 * anything seen here.
 */
private class KeyTextHandler extends KeyAdapter {
  // special handling of operations while editing Strings
  public void keyTyped(KeyEvent e) {
    // as a coding convenience, create a reference to the text component
    // that is typecast to JTextComponent.  this is not essential, as we
    // could typecast every reference, but this makes the code cleaner
    JTextComponent _theComponent = (JTextComponent) DataTypeOther.this._textComponent;
    e.consume();
    _beepHelper.beep(_theComponent);
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

/*
         * The following is used by both in-cell and Popup operations.
         */
/*
         * Internal class for handling key events during editing
         * of both JTextField and JTextArea.
         * Since neither cell nor popup are allowed to edit, just ignore
         * anything seen here.
         */
private class KeyTextHandler extends KeyAdapter {
  // special handling of operations while editing Strings
  public void keyTyped(KeyEvent e) {
    // as a coding convenience, create a reference to the text component
    // that is typecast to JTextComponent.  this is not essential, as we
    // could typecast every reference, but this makes the code cleaner
    JTextComponent _theComponent = (JTextComponent)  [[#variable1cdc8b80]].this._textComponent;
    e.consume();
    _beepHelper.beep(_theComponent);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cdc8b80]]
DataTypeJavaObject 
12[[#1cdc8b80]]
DataTypeOther