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 85752

Summary: Specify Root Methods of nb project is very slow
Product: profiler Reporter: ehucka <ehucka>
Component: BaseAssignee: J Bachorik <yardus>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: threadsdump

Description ehucka 2006-09-26 10:12:19 UTC
jdk 1.6.0, profiler trunk 060926

I tried specify root methods for e.g. Ant or Form nb project (module). It took
about 10 minutes on 2 GHz CPU. Than I kill the ide. 
There are probably some memory usage problems because heap space were almost
full (256 MB) during the time.
Comment 1 ehucka 2006-09-26 10:13:03 UTC
Created attachment 34501 [details]
threadsdump
Comment 2 J Bachorik 2006-10-18 16:54:51 UTC
The slowness is caused by an overwhelming number of NPE when parsing project
structures.

*** This issue has been marked as a duplicate of 84643 ***
Comment 3 ehucka 2006-10-19 14:27:20 UTC
verified