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

Summary: [60cat] Package discovery is slow and does not get cached between invocations
Product: platform Reporter: wobster <wobster>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***