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 63200 Details for
Bug 181474
ArrayIndexOutOfBoundsException can occur resolving cycles
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
181474_org.eclipse.osgi.patch (text/plain), 1.04 KB, created by
Thomas Watson
on 2007-04-06 17:55:17 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Thomas Watson
Created:
2007-04-06 17:55:17 EDT
Size:
1.04 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.osgi >Index: resolver/src/org/eclipse/osgi/internal/module/ResolverImpl.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.osgi/resolver/src/org/eclipse/osgi/internal/module/ResolverImpl.java,v >retrieving revision 1.53 >diff -u -r1.53 ResolverImpl.java >--- resolver/src/org/eclipse/osgi/internal/module/ResolverImpl.java 5 Apr 2007 13:06:36 -0000 1.53 >+++ resolver/src/org/eclipse/osgi/internal/module/ResolverImpl.java 6 Apr 2007 21:55:14 -0000 >@@ -667,8 +667,10 @@ > return; > for (int i = cycleSize - 1; i >= 0; i--) { > ResolverBundle cycleBundle = (ResolverBundle) cycle.get(i); >- if (!cycleBundle.isResolvable()) >+ if (!cycleBundle.isResolvable()) { > cycle.remove(i); // remove this from the list of bundles that need reresolved >+ continue; >+ } > // Check that we haven't wired to any dropped exports > ResolverImport[] imports = cycleBundle.getImportPackages(); > for (int j = 0; j < imports.length; j++) {
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 181474
: 63200