Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Platform UI contribution to RC4

Hi, Platform UI would like to contribute the following fix to RC4:

Bug 436358 - Regressions from bug 432826: slow setTaskName on ProgressbarDialog on Linux and even worse on OSX

Problem: Regression from a performance fix for the progress monitor.  It can cause an NPE with dialog when importing projects and Widget is disposed exceptions when using the PDE editor.
Fix: make the method synchronized.
Risk Analysis: The risk is minimal.  The method used to have a synchronized call in it.  It now follows the same delegate pattern as many other methods in that class, and they all require synchronized.

Later,
Paul

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

Back to the top