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 90051 Details for
Bug 64830
[Workbench] Creating OK statuses
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]
Patch that fizes most important IMO classes
clipboard.txt (text/plain), 2.77 KB, created by
Krzysztof Daniel
on 2008-02-19 05:35:45 EST
(
hide
)
Description:
Patch that fizes most important IMO classes
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2008-02-19 05:35:45 EST
Size:
2.77 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java,v >retrieving revision 1.19 >diff -u -r1.19 ElementTreeSelectionDialog.java >--- Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java 2 Jul 2007 22:56:24 -0000 1.19 >+++ Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java 19 Feb 2008 10:34:00 -0000 >@@ -70,8 +70,7 @@ > > private String fEmptyListMessage = WorkbenchMessages.ElementTreeSelectionDialog_nothing_available; > >- private IStatus fCurrStatus = new Status(IStatus.OK, PlatformUI.PLUGIN_ID, >- IStatus.OK, "", null); //$NON-NLS-1$ >+ private IStatus fCurrStatus = Status.OK_STATUS; > > private List fFilters; > >@@ -200,9 +199,7 @@ > fCurrStatus = fValidator.validate(getResult()); > updateStatus(fCurrStatus); > } else { >- fCurrStatus = new Status(IStatus.OK, PlatformUI.PLUGIN_ID, >- IStatus.OK, "", //$NON-NLS-1$ >- null); >+ fCurrStatus = Status.OK_STATUS; > } > } else { > fCurrStatus = new Status(IStatus.ERROR, PlatformUI.PLUGIN_ID, >Index: Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java,v >retrieving revision 1.20 >diff -u -r1.20 CheckedTreeSelectionDialog.java >--- Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java 2 Jul 2007 22:56:24 -0000 1.20 >+++ Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java 19 Feb 2008 10:34:00 -0000 >@@ -61,8 +61,7 @@ > > private String fEmptyListMessage = WorkbenchMessages.CheckedTreeSelectionDialog_nothing_available; > >- private IStatus fCurrStatus = new Status(IStatus.OK, PlatformUI.PLUGIN_ID, >- 0, "", null); //$NON-NLS-1$ >+ private IStatus fCurrStatus = Status.OK_STATUS; > > private List fFilters; > >@@ -219,9 +218,7 @@ > fCurrStatus = fValidator.validate(fViewer.getCheckedElements()); > updateStatus(fCurrStatus); > } else if (!fCurrStatus.isOK()) { >- fCurrStatus = new Status(IStatus.OK, PlatformUI.PLUGIN_ID, >- IStatus.OK, "", //$NON-NLS-1$ >- null); >+ fCurrStatus = Status.OK_STATUS; > } > } else { > fCurrStatus = new Status(IStatus.ERROR, PlatformUI.PLUGIN_ID,
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 64830
: 90051 |
90052
|
120675
|
125381