Bug 18717

Summary: NullPointerException in ApplicationWindow when no menubar added
Product: [Eclipse Project] Platform Reporter: François de Laender <laender>
Component: UIAssignee: Adam Schlegel <Adam_Schlegel>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: n.a.edgar
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: All   
OS: All   
Whiteboard:

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.