Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Bugs to fix for RC4

Platform UI intends to fix 4 bugs for RC4:

Bug 436157 - org.eclipse.ui.examples.job misses copyrights
This is fixing a few copyrights, and doesn't require approval

Bug 436121 - [Trim] Luna RC1 crashes after splitting editor area
Problem: A combination of dragging an editor out of the workbench window and back can cause a complete hang of the UI thread.   The UI is getting hung up in one while loop. The only way to recover is to kill eclipse.
Fix: the loop conditions need to be updated so that the loop can exit.
Risk Assessment: The risk is minimal, as this is an isolated while loop.

Bug 435888 - [Themes] NullpointerException in PartRenderingEngine#getPreferences
Problem: non-IDE RCP apps see this NPE because this code uses OSGi PlatformAdmin and the RCP apps don't include the org.eclipse.osgi.compatibility.state fragment.  But including this fragment would be a disruptive migration step for all RCP apps.
Fix: Replace the use of PlatformAdmin with a call to BundleContext.
Risk Assessment: The risk is minimal, the BundleContext is core OSGi API and always available, and the code replaced is simple.

Bug 436106 - [CSS] Color of the bar below view toolbar changes after switching perspective
We are investigating this for a fix in RC4


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top