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 79023

Summary: *Class View* reduce time spent in updating tree for large projects
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: NavigationAssignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: blocker Keywords: USABILITY
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2006-06-24 11:48:47 UTC
For large projects with plain classes lists (without namespaces), if class view
is open, then initial project parsing is slowered down noticeably.
Comment 1 Vladimir Kvashin 2006-10-30 22:43:26 UTC
For really large projects, such as MySQL, class view spend really huge amount of
time in updates. On my laptop, it takes thrice more to parse MySQL when class
view pane is open, than with class view closed.
Comment 2 Jesse Grodnik 2006-11-14 19:15:13 UTC
Waive for first release
Comment 3 Alexander Simon 2006-11-21 08:13:40 UTC
Fixed in branch:

Tag: iz_79023_dev
Modified:
   cnd/classview/src/org/netbeans/modules/cnd/classview/ClassViewUpdater.java
   cnd/classview/src/org/netbeans/modules/cnd/classview/ClassViewModel.java
   cnd/classview/src/org/netbeans/modules/cnd/classview/ClassView.java
Comment 4 Alexander Simon 2007-02-13 16:16:40 UTC
fixed two months ago
Comment 5 dnikitin 2008-01-31 19:31:06 UTC
verified