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 111802 - Refactor DDL logic from AddTableColumnDialog and add unit test
Summary: Refactor DDL logic from AddTableColumnDialog and add unit test
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks: 111803
  Show dependency tree
 
Reported: 2007-08-02 17:54 UTC by David Vancouvering
Modified: 2007-08-09 00:52 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-08-02 17:54:07 UTC
It is difficult to test the AddTableColumnDialog logic that creates and executes the DDL because it is embedded in the
UI code. This task is to refactor it into a separate class and then write a unit test for it.
Comment 1 David Vancouvering 2007-08-09 00:52:56 UTC
Checking in project.properties;
/cvs/db/nbproject/project.properties,v  <--  project.properties
new revision: 1.24; previous revision: 1.23
done
cvs server: scheduling file `AddTableColumnDDL.java' for addition
cvs server: use 'cvs commit' to add this file permanently
Checking in src/org/netbeans/modules/db/explorer/dlg/AddTableColumnDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/AddTableColumnDialog.java,v  <--  AddTableColumnDialog.java
new revision: 1.41; previous revision: 1.40
done
RCS file: /cvs/db/src/org/netbeans/modules/db/explorer/dlg/AddTableColumnDDL.java,v
done
Checking in src/org/netbeans/modules/db/explorer/dlg/AddTableColumnDDL.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/AddTableColumnDDL.java,v  <--  AddTableColumnDDL.java
initial revision: 1.1
done
Checking in .cvsignore;
/cvs/db/.cvsignore,v  <--  .cvsignore
new revision: 1.6; previous revision: 1.5
done
Checking in build.xml;
/cvs/db/build.xml,v  <--  build.xml
new revision: 1.62; previous revision: 1.61
done