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 110216 - Refactor Create Table into MVC architecture
Summary: Refactor Create Table into MVC architecture
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks: 87920
  Show dependency tree
 
Reported: 2007-07-18 22:09 UTC by David Vancouvering
Modified: 2007-07-19 06:10 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2007-07-18 22:09:57 UTC
We need to refactor the Create Table dialog into MVC, and to have the CreateTableAction class use Lookup to find the
CreatTableDialog.  This is not only for general goodness, but will allow us to write a non-visual unit test for the
Create Table functionality.
Comment 1 David Vancouvering 2007-07-19 06:10:28 UTC
Further inspection has shown me I was mistaken.  The meat of the logic is in the CreateTable command class, and the
primary function of the CreateTableDialog architecture is to present the view.  Closing this bug.