Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 140 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/ISQLEntryPanel.java |
2 | 8 | 288 | 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. * * @return The newly created menu item. */ JMenuItem addToSQLEntryAreaMenu(Action action); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |