Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 120302 Details for
Bug 238738
[StatusHandling] Still an NPE in WorkbenchStatusDialogManager.refreshSingleStatusArea(..)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
clipboard.txt (text/plain), 1.12 KB, created by
Krzysztof Daniel
on 2008-12-12 06:38:16 EST
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2008-12-12 06:38:16 EST
Size:
1.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java,v >retrieving revision 1.24 >diff -u -r1.24 WorkbenchStatusDialogManager.java >--- Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java 5 Dec 2008 13:40:22 -0000 1.24 >+++ Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java 12 Dec 2008 11:37:14 -0000 >@@ -2304,10 +2304,12 @@ > if (statusAdapter != null) { > mainMessageLabel.setText(getMainMessage(statusAdapter)); > } >- if (getStatusAdapters().size() > 1 && singleStatusDisplayArea != null) { >- singleStatusDisplayArea.dispose(); >- } else { >- refreshSingleStatusArea(); >+ if (singleStatusDisplayArea != null) { >+ if (getStatusAdapters().size() > 1) { >+ singleStatusDisplayArea.dispose(); >+ } else { >+ refreshSingleStatusArea(); >+ } > } > titleArea.layout(); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238738
:
108053
|
108054
| 120302