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 59771 - Storage builder performs complete scan of selected classes two times
Summary: Storage builder performs complete scan of selected classes two times
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-06-09 09:58 UTC by Antonin Nebuzelsky
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
4.1 log (3.45 KB, text/plain)
2005-06-09 09:59 UTC, Antonin Nebuzelsky
Details
trunk log (6.58 KB, text/plain)
2005-06-09 09:59 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-06-09 09:58:31 UTC
Complete scan of the selected classes in storage builder is done two times in
trunk. Once for rt.jar and once for src.zip. This is a change of behavior in
comparison to 4.1 behavior.

Attaching logs for 4.1 and trunk storage builder runs.
Comment 1 Antonin Nebuzelsky 2005-06-09 09:59:20 UTC
Created attachment 22571 [details]
4.1 log
Comment 2 Antonin Nebuzelsky 2005-06-09 09:59:54 UTC
Created attachment 22572 [details]
trunk log
Comment 3 Pavel Flaska 2005-06-17 16:01:05 UTC
It is intentional. First invocation of code completion is faster with it.
Comment 4 Quality Engineering 2007-09-20 09:43:43 UTC
Reorganization of java component