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 57189 - Remove obsolete classes from db module
Summary: Remove obsolete classes from db module
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-03-30 13:20 UTC by _ rkubacki
Modified: 2009-02-19 20:37 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 _ rkubacki 2005-03-30 13:20:13 UTC
AddConnectionAction is unused now. As it was deprecated sooner than in 3.6
release we can remove it. If we still need to solve deserialization of old
settings we can use translate.name to convert the instance but this is not the case.

Does RemoveFromIndexAction anything? PrintDebugInfo, GrabCatalog, DropView?
Comment 1 _ rkubacki 2005-03-30 13:20:54 UTC
affects memory footprint of the IDE
Comment 2 _ rkubacki 2005-03-30 13:21:54 UTC
CaptureSchemaAction
Comment 3 _ rkubacki 2005-05-18 15:29:23 UTC
CreateProcedureAction looks unused as well.
Comment 4 _ rkubacki 2005-07-25 16:37:12 UTC
CreateIndexAction! Either it is not doing anything good or it is really poor
programing style
Comment 5 _ rkubacki 2005-07-25 17:32:37 UTC
AdaptorListNodeInfo
Comment 6 _ rkubacki 2005-07-25 17:50:25 UTC
CatalogNodeInfo
Comment 7 Andrei Badea 2005-07-26 06:53:28 UTC
Radime, thank you for these findings. The db module needs either a complete
rewrite or a strong cleanup. The former is better, but there's no time for it
for F. I'll look at the unused classes after the F feature freeze.
Comment 8 Petr Blaha 2006-03-13 13:32:20 UTC
TM 5.0 -> TBD
Comment 9 Andrei Badea 2007-02-15 17:21:51 UTC
Will try for 6.0.
Comment 10 Jiri Rechtacek 2009-02-10 15:25:17 UTC
Reassigned to new owner.
Comment 11 Jiri Rechtacek 2009-02-16 13:13:33 UTC
Most of unused classes were removed, Both AddConnectionAction, CaptureSchemaAction classes are declared in layer and
offered users in UI.