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 26590 Details for
Bug 96600
[DynamicUI] [Commands] [Contexts] [KeyBindings] Commands architecture isn't dynamic
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 to "org.eclipse.jface"
Bug96600-org.eclipse.jface-r1.patch (text/plain), 933 bytes, created by
Douglas Pollock
on 2005-08-29 11:18:27 EDT
(
hide
)
Description:
Patch to "org.eclipse.jface"
Filename:
MIME Type:
Creator:
Douglas Pollock
Created:
2005-08-29 11:18:27 EDT
Size:
933 bytes
patch
obsolete
>Index: src/org/eclipse/jface/bindings/BindingManager.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java,v >retrieving revision 1.18 >diff -u -r1.18 BindingManager.java >--- src/org/eclipse/jface/bindings/BindingManager.java 12 Aug 2005 19:07:05 -0000 1.18 >+++ src/org/eclipse/jface/bindings/BindingManager.java 29 Aug 2005 15:17:03 -0000 >@@ -520,10 +520,12 @@ > // Check the scheme ids. > final String schemeId = binding.getSchemeId(); > found = false; >- for (int j = 0; j < activeSchemeIds.length; j++) { >- if (Util.equals(schemeId, activeSchemeIds[j])) { >- found = true; >- break; >+ if (activeSchemeIds != null) { >+ for (int j = 0; j < activeSchemeIds.length; j++) { >+ if (Util.equals(schemeId, activeSchemeIds[j])) { >+ found = true; >+ break; >+ } > } > } > if (!found) {
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 96600
:
26476
|
26477
|
26479
|
26556
|
26557
|
26558
|
26561
| 26590 |
26591