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 40490 - NPE from SheetTabbedPane.getMenuMnemonics
Summary: NPE from SheetTabbedPane.getMenuMnemonics
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-02-25 20:03 UTC by Jesse Glick
Modified: 2008-12-22 19:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.44 KB, text/plain)
2004-02-25 20:03 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-02-25 20:03:09 UTC
Occurred once; do not know how to reproduce. I was
working on a form and had just selected a
component in the Inspector and pressed Ctrl-1 to
display the propsheet. NPE thrown and propsheet
displayed empty. Closed propsheet and reopened and
all was well. 040223 build system build (= trunk
openide but somewhat older form).
Comment 1 Jesse Glick 2004-02-25 20:03:53 UTC
Created attachment 13650 [details]
Stack trace
Comment 2 _ tboudreau 2004-02-26 17:16:56 UTC
Not quite sure why the menu bar would return a larger number of menus from 
getMenuCount() than it actually has, and then return null for one, but anyway it will now 
be guarded against.

/cvs/openide/src/org/openide/explorer/propertysheet/SheetTabbedPane.java,v  <--  
SheetTabbedPane.java
new revision: 1.8; previous revision: 1.7
done
Comment 3 Marian Mirilovic 2005-07-13 13:22:51 UTC
closed