This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 126453

Summary: Some actions are not covered by testing
Product: qa Reporter: Roman Mostyka <romanmostyka>
Component: TestsAssignee: Martin Schovanek <mschovanek>
Status: CLOSED FIXED    
Severity: blocker CC: blaha
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Roman Mostyka 2008-01-31 19:54:13 UTC
Need to cover or determine that it is dead code following actions:

org.netbeans.modules.db.explorer.actions.RecreateCatalogAction
org.netbeans.modules.db.explorer.actions.PrintDebugInfoAction
org.netbeans.modules.db.explorer.actions.AddColumnAction
org.netbeans.modules.db.explorer.actions.GrabTableAction
org.netbeans.modules.db.explorer.actions.ViewDataAction
org.netbeans.modules.db.explorer.actions.AddConnectionAction
org.netbeans.modules.db.explorer.actions.DatabaseAction
org.netbeans.modules.db.explorer.actions.AddIndexAction
org.netbeans.modules.db.explorer.actions.DisableDebugAction
org.netbeans.modules.db.explorer.actions.AddToIndexAction
org.netbeans.modules.db.explorer.actions.DropViewAction
org.netbeans.modules.db.explorer.actions.DesignQueryAction
org.netbeans.modules.db.explorer.actions.GrabCatalogAction
org.netbeans.modules.db.explorer.actions.EnableDebugAction
org.netbeans.modules.db.explorer.actions.CreateTableAction
org.netbeans.modules.db.explorer.actions.RecreateTableAction
org.netbeans.modules.db.explorer.actions.CreateProcedureAction
org.netbeans.modules.db.explorer.actions.CreateViewAction
org.netbeans.modules.db.explorer.actions.CaptureSchemaAction
org.netbeans.modules.db.explorer.actions.RemoveFromPrimaryKeyAction
org.netbeans.modules.db.sql.editor.ui.actions.ConnectionAction
org.netbeans.modules.db.sql.editor.ui.actions.SQLExecutionBaseAction
org.netbeans.modules.db.sql.editor.ui.actions.SelectInExplorerAction
org.netbeans.modules.db.sql.editor.ui.actions.RunSQLSelectionAction
org.netbeans.modules.dbschema.jdbcimpl.RecaptureSchemaAction
org.netbeans.modules.dbschema.jdbcimpl.CaptureSchemaAction
Comment 1 Roman Mostyka 2008-02-01 08:21:35 UTC
- org.netbeans.modules.dbschema.jdbcimpl.RecaptureSchemaAction
- org.netbeans.modules.dbschema.jdbcimpl.CaptureSchemaAction
Comment 2 Martin Schovanek 2008-02-11 17:31:21 UTC
Fixed by evaluation in the Uncovered Actions table.
Comment 3 Roman Mostyka 2008-02-22 11:00:47 UTC
Verified.