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 - Specify Root Methods of nb project is very slow
Summary: Specify Root Methods of nb project is very slow
Status: VERIFIED DUPLICATE of bug 84643
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 10:12 UTC by ehucka
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threadsdump (21.87 KB, text/plain)
2006-09-26 10:13 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
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