Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 259 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/WindowManager.java |
2 | 8 | 287 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/WindowManager.java |
| |||||
/** * Get a maintenance sheet for the passed driver. If a maintenance sheet * already exists it will be brought to the front. If one doesn't exist * it will be created. * * @param driver The driver that user has requested to modify. * * @throws IllegalArgumentException * Thrown if a <TT>null</TT> <TT>ISQLDriver</TT> passed. */ public void showModifyDriverInternalFrame( final ISQLDriver driver) { if (driver == null) { throw new IllegalArgumentException("ISQLDriver == null"); } _driverWinMgr.showModifyDriverInternalFrame(driver); } |
| |||||
/** * Create and show a new maintenance sheet that will allow the user to * create a new driver that is a copy of the passed one. * * @return The new maintenance sheet. * * @throws IllegalArgumentException * Thrown if a <TT>null</TT> <TT>ISQLDriver</TT> passed. */ public void showCopyDriverInternalFrame( final ISQLDriver driver) { if (driver == null) { throw new IllegalArgumentException("ISQLDriver == null"); } _driverWinMgr.showCopyDriverInternalFrame(driver); } |
| |||
/** * Create and show a new maintenance sheet that will allow the user to * create a new driver that is a copy of the passed one. * * @return The new maintenance sheet. * * @throws IllegalArgumentException * Thrown if a <TT>null</TT> <TT>ISQLDriver</TT> passed. */ /** * Get a maintenance sheet for the passed driver. If a maintenance sheet * already exists it will be brought to the front. If one doesn't exist * it will be created. * * @param driver The driver that user has requested to modify. * * @throws IllegalArgumentException * Thrown if a <TT>null</TT> <TT>ISQLDriver</TT> passed. */ public void [[#variable1c99bb40]]( final ISQLDriver driver) { if (driver == null) { throw new IllegalArgumentException("ISQLDriver == null"); } _driverWinMgr. [[#variable1c99bb40]](driver); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c99bb40]] | showModifyDriverInternalFrame |
1 | 2 | [[#1c99bb40]] | showCopyDriverInternalFrame |