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

Summary: Go to type is empty sometimes
Product: java Reporter: Egor Ushakov <gorrus>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: jglick, vv159170
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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!