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 56499 Details for
Bug 155996
Old version of installed bundle gets loaded (was: LinkageError on TextEdit)
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]
3.3 patch for the framework
155996_org.eclipse.osgi_3.3.patch (text/plain), 1.55 KB, created by
Thomas Watson
on 2007-01-05 18:13:37 EST
(
hide
)
Description:
3.3 patch for the framework
Filename:
MIME Type:
Creator:
Thomas Watson
Created:
2007-01-05 18:13:37 EST
Size:
1.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.osgi >Index: core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java,v >retrieving revision 1.50 >diff -u -r1.50 PackageAdminImpl.java >--- core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java 5 Jan 2007 22:55:08 -0000 1.50 >+++ core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java 5 Jan 2007 22:58:40 -0000 >@@ -200,13 +200,13 @@ > BundleDescription description = bundles[i].getBundleDescription(); > if (description != null && description.getBundleId() != 0 && !results.contains(description)) > results.add(description); >- // add in any singleton bundles if needed >+ // add in any bundles that have the same symbolic name see bug (169593) > AbstractBundle[] sameNames = framework.bundles.getBundles(bundles[i].getSymbolicName()); > if (sameNames != null && sameNames.length > 1) { > for (int j = 0; j < sameNames.length; j++) > if (sameNames[j] != bundles[i]) { > BundleDescription sameName = sameNames[j].getBundleDescription(); >- if (sameName != null && sameName.getBundleId() != 0 && sameName.isSingleton() && !results.contains(sameName)) >+ if (sameName != null && sameName.getBundleId() != 0 && !results.contains(sameName)) > results.add(sameName); > } > }
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 155996
:
49476
| 56499 |
56500