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 14198 Details for
Bug 72653
[osgi] Application update through update site causes OSGI error on restart
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]
Proposed fix to PackageAdmin
72653.patch (text/plain), 1.17 KB, created by
Thomas Watson
on 2004-08-26 12:39:40 EDT
(
hide
)
Description:
Proposed fix to PackageAdmin
Filename:
MIME Type:
Creator:
Thomas Watson
Created:
2004-08-26 12:39:40 EDT
Size:
1.17 KB
patch
obsolete
>Index: core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java,v >retrieving revision 1.16 >diff -u -r1.16 PackageAdminImpl.java >--- core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java 8 Jun 2004 20:24:54 -0000 1.16 >+++ core/framework/org/eclipse/osgi/framework/internal/core/PackageAdminImpl.java 26 Aug 2004 16:27:24 -0000 >@@ -667,11 +667,12 @@ > if (!graph.contains(removedBundle)) { > graph.addElement(removedBundle); > changed = true; >- AbstractBundle[] dependents = removedLoaderProxy.getDependentBundles(); >- for (int k = 0; k < dependents.length; k++) { >- if (!graph.contains(dependents[k])) { >- graph.addElement(dependents[k]); >- } >+ } >+ AbstractBundle[] dependents = removedLoaderProxy.getDependentBundles(); >+ for (int k = 0; k < dependents.length; k++) { >+ if (!graph.contains(dependents[k])) { >+ graph.addElement(dependents[k]); >+ changed = true; > } > } > }
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 72653
: 14198