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 50317 - Refactoring module performs expensive job on startup
Summary: Refactoring module performs expensive job on startup
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on: 45137
Blocks: 49990
  Show dependency tree
 
Reported: 2004-10-13 10:23 UTC by _ rkubacki
Modified: 2007-04-03 18:02 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-10-13 10:23:38 UTC
Currently RefactoringModule plugs its own actions
to DataFolder and JDO loaders. This usualy takes
80-100ms of during the IDE start (20s with two
projects opened, 9s w/ projects) on my Dell
notebook with P4/2GHz/1GB, fedora core 2 distro of
Linux, JDK 1.5.0
Comment 1 Martin Matula 2004-10-13 10:58:27 UTC
Setting target milestone to promoE, since this is not fixable for
promoD (pending resolution of issue 45137 which is planned for promoE).
Comment 2 Martin Matula 2004-11-24 16:34:42 UTC
Fixed by Yarda with issue 45137.