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 201333 - Members View goes blank on @WebService classes when clickin on "Source" tab
Summary: Members View goes blank on @WebService classes when clickin on "Source" tab
Status: RESOLVED DUPLICATE of bug 129261
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 16:40 UTC by johnmorris
Modified: 2011-10-24 12:01 UTC (History)
1 user (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 johnmorris 2011-08-25 16:40:55 UTC
When I open a webservice java class (containing the @WebService annotation), it opens in "Design" mode.  In Design mode, all class methods appear in the "Members View" window.  If I click on the "Source" tab to edit the class in source mode, the Members View goes blank, and shows no class members.

When it does this, the "Members View" remains blank for all java source files I open after that, even non WebService classes.

The only way I have found to restore the Members View is to switch the Members View window to "Bean Patterns", and then back to "Members View".  Then the class members become visible again.
Comment 1 Jan Lahoda 2011-09-13 09:07:38 UTC
Navigator infrastructure or multiview problem IMO: when switching from Design to Source, the NavigatorTC.setPanels is called (which clears the custom components), but NavigatorTC.setSelectedPanel is not called (to fill the correct selected custom navigator component). Works OK when switching from Source to Design.
Comment 2 Jan Peska 2011-10-24 12:01:44 UTC

*** This bug has been marked as a duplicate of bug 129261 ***