CloneSet1555


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
23201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123114
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/NetbeansSQLEntryPanel.java
22391
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/oster/OsterSQLEntryPanel.java
Next
Last
Clone Instance
1
Line Count
23
Source Line
114
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/NetbeansSQLEntryPanel.java

/**
 * @see ISQLEntryPanel#gettextComponent()
 */
public JTextComponent getTextComponent() {
  return _textArea;
}

/**
 * If the component returned by <TT>getTextComponent</TT> contains its own
 * scroll bars return <TT>true</TT> other wise this component will be
 * wrapped in the scroll pane when added to the SQL panel.
 * 
 * @return <TT>true</TT> if text component already handles scrolling.
 */
public boolean getDoesTextComponentHaveScroller() {
  return false;
}

/**
 * @see ISQLEntryPanel#getText()
 */
public String getText() {
  return _textArea.getText();
}


First
Previous
Clone Instance
2
Line Count
23
Source Line
91
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/oster/OsterSQLEntryPanel.java

/**
 * @see ISQLEntryPanel#gettextComponent()
 */
public JTextComponent getTextComponent() {
  return _textArea;
}

/**
 * If the component returned by <TT>getTextComponent</TT> contains
 * its own scroll bars return <TT>true</TT> other wise this component
 * will be wrapped in the scroll pane when added to the SQL panel.
 *
 * @return      <TT>true</TT> if text component already handles scrolling.
 */
public boolean getDoesTextComponentHaveScroller() {
  return false;
}

/**
 * @see ISQLEntryPanel#getText()
 */
public String getText() {
  return _textArea.getText();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @see ISQLEntryPanel#gettextComponent()
         */
public JTextComponent getTextComponent() {
  return _textArea;
}

/**
         * If the component returned by <TT>getTextComponent</TT> contains its own
         * scroll bars return <TT>true</TT> other wise this component will be
         * wrapped in the scroll pane when added to the SQL panel.
         * 
         * @return <TT>true</TT> if text component already handles scrolling.
         */
/**
         * If the component returned by <TT>getTextComponent</TT> contains
         * its own scroll bars return <TT>true</TT> other wise this component
         * will be wrapped in the scroll pane when added to the SQL panel.
         *
         * @return      <TT>true</TT> if text component already handles scrolling.
         */
public boolean getDoesTextComponentHaveScroller() {
  return false;
}

/**
         * @see ISQLEntryPanel#getText()
         */
public String getText() {
  return _textArea.getText();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None