CloneSet2103


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110140
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/ISQLEntryPanel.java
28288
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/ISQLPanelAPI.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
140
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/ISQLEntryPanel.java

/**
 * Add a hierarchical menu to the SQL Entry Area popup menu.
 *
 * @param       menu    The menu that will be added.
 */
void addToSQLEntryAreaMenu(JMenu menu);
/**
 * Add an <TT>Action</TT> to the SQL Entry Area popup menu.
 *
 * @param       action  The action to be added.
 *
 * @return      The newly created menu item.
 */
JMenuItem addToSQLEntryAreaMenu(Action action);


First
Previous
Clone Instance
2
Line Count
8
Source Line
288
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/ISQLPanelAPI.java

/**
 * Add a hierarchical menu to the SQL Entry Area popup menu.
 *
 * @param       menu    The menu that will be added.
 */
void addToSQLEntryAreaMenu(JMenu menu);
/**
 * Add an <TT>Action</TT> to the SQL Entry Area popup menu.
 *
 * @param       action  The action to be added.
 */
JMenuItem addToSQLEntryAreaMenu(Action action);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Add a hierarchical menu to the SQL Entry Area popup menu.
         *
         * @param       menu    The menu that will be added.
         */
void addToSQLEntryAreaMenu(JMenu menu);
/**
         * Add an <TT>Action</TT> to the SQL Entry Area popup menu.
         *
         * @param       action  The action to be added.
         *
         * @return      The newly created menu item.
         */
/**
         * Add an <TT>Action</TT> to the SQL Entry Area popup menu.
         *
         * @param       action  The action to be added.
         */
JMenuItem addToSQLEntryAreaMenu(Action action);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None