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

Summary: Members View goes blank on @WebService classes when clickin on "Source" tab
Product: platform Reporter: johnmorris <johnmorris>
Component: NavigatorAssignee: Jan Peska <JPESKA>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jlahoda
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 ***