Bug 18717 - NullPointerException in ApplicationWindow when no menubar added
Summary: NullPointerException in ApplicationWindow when no menubar added
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 critical (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Adam Schlegel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 10:13 EDT by François de Laender CLA
Modified: 2002-06-06 21:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description François de Laender CLA 2002-06-03 10:13:38 EDT
When subclassing org.eclipse.jface.window.ApplicationWindow AND not adding a 
menubar, the following null-pointer exception occurs:

java.lang.NullPointerException
	at org.eclipse.jface.window.ApplicationWindow.run
(ApplicationWindow.java:355)
Comment 1 Nick Edgar CLA 2002-06-03 10:27:15 EDT
Due to recent progress monitoring changes.  Should not assume there is a 
menubar (or any other part).
Comment 2 Nick Edgar CLA 2002-06-06 21:54:56 EDT
Fix from Adam released.