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 188418 - AddModulePanel.search blocks EQ
Summary: AddModulePanel.search blocks EQ
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@apisupport
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-07-06 19:13 UTC by leomachadop
Modified: 2012-11-07 17:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168499


Attachments
nps snapshot (10.80 KB, application/nps)
2010-07-06 19:14 UTC, leomachadop
Details
nps snapshot (59.02 KB, application/nps)
2011-07-04 12:22 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leomachadop 2010-07-06 19:13:56 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
zolta: looking for a module when adding dependency for the first time

zolta: looking for a module to add as a library

zolta: added module denendency for the first time after start

zolta: Adding an API as a library to an NB platform module project



Maximum slowness yet reported was 26234 ms, average is 13119
Comment 1 leomachadop 2010-07-06 19:14:02 UTC
Created attachment 100629 [details]
nps snapshot
Comment 2 Jesse Glick 2010-07-06 19:51:57 UTC
In AbstractModulePanel.search, filterer != null yet it is not initialized (AbstractEntry.publicClassNames == null). Probably need another boolean field saying that not only is filterer created, but getMatches has completed before.
Comment 3 Egor Ushakov 2011-07-04 12:22:46 UTC
Created attachment 109224 [details]
nps snapshot

opened "Add library" on the project
Comment 4 Petr Cyhelsky 2012-11-07 17:05:58 UTC
latest report is from 7.0.1 - Doesn't seem to be problem now