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 33236 Details for
Bug 124412
[Help] IntroSearchParticipant assumes we're running a product
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
org.eclipse.ui.intro_124412.txt (text/plain), 977 bytes, created by
Curtis d'Entremont
on 2006-01-18 17:52:38 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Curtis d'Entremont
Created:
2006-01-18 17:52:38 EST
Size:
977 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.intro >Index: src/org/eclipse/ui/internal/intro/impl/model/IntroSearchParticipant.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroSearchParticipant.java,v >retrieving revision 1.2 >diff -u -r1.2 IntroSearchParticipant.java >--- src/org/eclipse/ui/internal/intro/impl/model/IntroSearchParticipant.java 11 Dec 2005 04:36:08 -0000 1.2 >+++ src/org/eclipse/ui/internal/intro/impl/model/IntroSearchParticipant.java 18 Jan 2006 22:52:47 -0000 >@@ -67,6 +67,9 @@ > public Set getAllDocuments(String locale) { > HashSet set = new HashSet(); > IProduct product = Platform.getProduct(); >+ if (product == null) { >+ return set; >+ } > String productId = product.getId(); > IConfigurationElement[] elements = Platform.getExtensionRegistry().getConfigurationElementsFor( > "org.eclipse.ui.intro");
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 124412
: 33236