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 183399 - Go to type is empty sometimes
Summary: Go to type is empty sometimes
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 12:59 UTC by Egor Ushakov
Modified: 2012-10-24 17:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-04-02 12:59:21 UTC
Sometimes I open Go to type and quickly type class name (most probably even before window appears). After that I see what I typed in the window and <No types Found> notice below. If I add or delete a letter in the name field it does real search and shows real results.
Comment 1 Egor Ushakov 2010-05-07 12:48:09 UTC
Also sometimes I see <No types Found> notification instead of "searching..." (it is replaced with the search results later)
Comment 2 Tomas Zezula 2012-10-24 17:23:34 UTC
Fixed jet-main 0630d42b99f3
I've fixed a race in the JavaTypeProvider which may cause such a behaviour.
If it happens again please reopen, there may  be still some problems in generic part GoToTypeAction.
Thanks!