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 212858 - Navigator content is not shown
Summary: Navigator content is not shown
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Linux
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 16:34 UTC by Jaroslav Tulach
Modified: 2012-05-25 05:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Profiler snapshot - IDE does not seem to be busy at all. (21.96 KB, application/x-nps)
2012-05-22 16:34 UTC, Jaroslav Tulach
Details
messages.log (173.12 KB, text/x-log)
2012-05-22 16:35 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2012-05-22 16:34:59 UTC
Created attachment 119741 [details]
Profiler snapshot - IDE does not seem to be busy at all.

Maybe this is just P2, but as the driver for 7.2 was fast navigator, it may be P1 as well...


I've opened o.n.boostrap/**/CLIHandler.java via netbeans --open CLIHandler.java and pressed Ctrl-7 to navigate to a method. The navigator remains empty. Even after 90s. No indication in the UI is given to what is happening.
Comment 1 Jaroslav Tulach 2012-05-22 16:35:26 UTC
Created attachment 119742 [details]
messages.log
Comment 2 Tomas Zezula 2012-05-23 08:20:16 UTC
In fact this is not a performance issue as you can see from the npss file you have attached. The Editor Dispatch Thread is IDLE and waiting for some work to do. So the navigator will not be shown until some change. It's a race either in navigator infrastructure or in both java and CSL implementation of navigator as it happens in both of them.
Comment 3 Tomas Zezula 2012-05-23 14:19:30 UTC
I've found one possible race and fix it.
Fixed jet-main 82717bc0d30d
Comment 4 Quality Engineering 2012-05-25 05:45:44 UTC
Integrated into 'main-golden', will be available in build *201205250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/82717bc0d30d
User: Tomas Zezula <tzezula@netbeans.org>
Log: #212858:Navigator content is not shown