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 13817 Details for
Bug 71630
[ActivityMgmt] Activity code relies on deprecated core code
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 for org.eclipse.ui.ide
IDE-71630.txt (text/plain), 1.06 KB, created by
Kim Horne
on 2004-08-09 08:42:05 EDT
(
hide
)
Description:
Patch for org.eclipse.ui.ide
Filename:
MIME Type:
Creator:
Kim Horne
Created:
2004-08-09 08:42:05 EDT
Size:
1.06 KB
patch
obsolete
>Index: src/org/eclipse/ui/internal/ide/IDEWorkbenchActivityHelper.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchActivityHelper.java,v >retrieving revision 1.9 >diff -u -r1.9 IDEWorkbenchActivityHelper.java >--- src/org/eclipse/ui/internal/ide/IDEWorkbenchActivityHelper.java 8 Jul 2004 20:06:58 -0000 1.9 >+++ src/org/eclipse/ui/internal/ide/IDEWorkbenchActivityHelper.java 9 Aug 2004 12:27:40 -0000 >@@ -113,8 +113,7 @@ > for (int i = 0; i < extensions.length; i++) { > IExtension extension = extensions[i]; > final String localId = extension.getSimpleIdentifier(); >- final String pluginId = extension.getDeclaringPluginDescriptor() >- .getUniqueIdentifier(); >+ final String pluginId = extension.getNamespace(); > String natureId = extension.getUniqueIdentifier(); > natureMap.put(natureId, new IPluginContribution() { > public String getLocalId() {
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 71630
: 13817 |
13831
|
13832
|
13843
|
13844