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 146167 Details for
Bug 211664
[ErrorHandling] ErrorDialog should not display 'Details' button when the children status don't have message
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
hideDetailsButton.txt (text/plain), 783 bytes, created by
Krzysztof Daniel
on 2009-09-01 04:50:51 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2009-09-01 04:50:51 EDT
Size:
783 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface >Index: src/org/eclipse/jface/dialogs/ErrorDialog.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java,v >retrieving revision 1.42 >diff -u -r1.42 ErrorDialog.java >--- src/org/eclipse/jface/dialogs/ErrorDialog.java 25 May 2009 20:52:37 -0000 1.42 >+++ src/org/eclipse/jface/dialogs/ErrorDialog.java 1 Sep 2009 08:51:05 -0000 >@@ -649,7 +649,8 @@ > * @since 3.1 > */ > protected boolean shouldShowDetailsButton() { >- return status.isMultiStatus() || status.getException() != null; >+ return (status.isMultiStatus() && status.getChildren().length > 0) >+ || status.getException() != null; > } > > /**
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 211664
:
146167
|
146379