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 133465 Details for
Bug 273959
[admin] ConfigData.remove should not fast fail if symbolic name is not set
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
clipboard.txt (text/plain), 1012 bytes, created by
Ian Bull
on 2009-04-27 20:01:27 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ian Bull
Created:
2009-04-27 20:01:27 EDT
Size:
1012 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.frameworkadmin >Index: src/org/eclipse/equinox/internal/provisional/frameworkadmin/ConfigData.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/internal/provisional/frameworkadmin/ConfigData.java,v >retrieving revision 1.5 >diff -u -r1.5 ConfigData.java >--- src/org/eclipse/equinox/internal/provisional/frameworkadmin/ConfigData.java 25 Nov 2008 19:50:25 -0000 1.5 >+++ src/org/eclipse/equinox/internal/provisional/frameworkadmin/ConfigData.java 28 Apr 2009 00:01:59 -0000 >@@ -113,7 +113,7 @@ > } > > public boolean removeBundle(BundleInfo bundleInfo) { >- if (bundleInfo == null || bundleInfo.getSymbolicName() == null || bundleInfo.getVersion() == null) >+ if (bundleInfo == null) > throw new IllegalArgumentException("Bundle info can't be null:" + bundleInfo); //$NON-NLS-1$ > return bundlesList.remove(bundleInfo); > }
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 273959
: 133465