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 117180 - [60cat] Package discovery is slow and does not get cached between invocations
Summary: [60cat] Package discovery is slow and does not get cached between invocations
Status: RESOLVED DUPLICATE of bug 117179
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-30 20:25 UTC by wobster
Modified: 2008-12-22 11:33 UTC (History)
0 users

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 wobster 2007-09-30 20:25:49 UTC
I have a project with about 2000 classes in it. The first time I expand the sources node in the project tree, the parser
loops through all 2000 classes looking for the package structure. This process is always slow and the results don't seem
to be cached between invocations of NetBeans. 

It would seem that the modification times could be checked on the files or directories to see if anything has changed
between invocations and if nothing has changed, just display the exact same package structure as shown before.
Comment 1 Antonin Nebuzelsky 2007-10-01 08:49:38 UTC

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