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 43208 - [perf] Avoid option storing during IDE shutdown
Summary: [perf] Avoid option storing during IDE shutdown
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-05-13 14:14 UTC by _ rkubacki
Modified: 2006-03-24 09:58 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 2004-05-13 14:14:35 UTC
Database module always saves its option on IDE
shutdown. This is an extra work that should be
avoided. Especially if the user does nothing
related to DB integration. Also it is more
expensive to read this stored settings on next
start from disk than from module declaration.
Comment 1 Radko Najman 2004-07-20 17:41:17 UTC
Fixed.
Comment 2 Martin Schovanek 2005-11-18 16:15:05 UTC
Verified