Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343187 - NPE in CTabFolder.setButtonBounds
Summary: NPE in CTabFolder.setButtonBounds
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 14:07 EDT by Andrew Niefer CLA
Modified: 2012-11-07 07:27 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.