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 - Some actions are not covered by testing
Summary: Some actions are not covered by testing
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Martin Schovanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 19:54 UTC by Roman Mostyka
Modified: 2011-06-10 09:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.