Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 343187

Summary: NPE in CTabFolder.setButtonBounds
Product: [Eclipse Project] e4 Reporter: Andrew Niefer <aniefer>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: j.mairboeck, Lars.Vogel, remy.suen
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andrew Niefer CLA 2011-04-18 14:07:14 EDT
I found the following exception in my error log, not sure what I was doing to cause it.

java.lang.NullPointerException
	at org.eclipse.e4.ui.widgets.CTabFolder.setButtonBounds(CTabFolder.java:2306)
	at org.eclipse.e4.ui.widgets.CTabFolder.updateItems(CTabFolder.java:3502)
	at org.eclipse.e4.ui.widgets.CTabFolder.updateItems(CTabFolder.java:3437)
	at org.eclipse.e4.ui.widgets.CTabFolder.setMaximizeVisible(CTabFolder.java:2631)
	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.adjustCTFButtons(MinMaxAddon.java:312)
	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.access$2(MinMaxAddon.java:306)
	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon$4.handleEvent(MinMaxAddon.java:199)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
Comment 1 Remy Suen CLA 2011-04-18 14:11:10 EDT
Bogdan has fixed this though I'm wondering if we should maybe do a rebuild here.
Comment 2 Lars Vogel CLA 2012-11-07 07:27:13 EST
I think that is fixed.