Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
23 | 2 | 0 | 1.000 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 114 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/NetbeansSQLEntryPanel.java |
2 | 23 | 91 | 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(); } |
| |||||
/** * @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(); } |
| |||
/** * @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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |