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 112301 - Eager init of property editors on startup
Summary: Eager init of property editors on startup
Status: RESOLVED DUPLICATE of bug 30660
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-08-08 13:16 UTC by _ rkubacki
Modified: 2007-08-08 13:49 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 2007-08-08 13:16:06 UTC
I18nFormCrossModule does some work on startup that is not important to most of users. This should be done lazily to
speed up startup and reduce number of loaded classes that impacts memory footprint.
Comment 1 Tomas Pavek 2007-08-08 13:49:00 UTC

*** This issue has been marked as a duplicate of 30660 ***