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 218955 Details for
Bug 385267
Change exception message
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 proposal.
patch.txt (text/plain), 765 bytes, created by
Nobody - feel free to take it
on 2012-07-19 17:31:46 EDT
(
hide
)
Description:
patch proposal.
Filename:
MIME Type:
Creator:
Nobody - feel free to take it
Created:
2012-07-19 17:31:46 EDT
Size:
765 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/Context.java b/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/Context.java >index 75796f6..c87e7fd 100644 >--- a/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/Context.java >+++ b/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/Context.java >@@ -138,7 +138,7 @@ > final String parentId) { > if (name == null) { > throw new NullPointerException( >- "The name of a scheme cannot be null"); //$NON-NLS-1$ >+ "The name of a context cannot be null"); //$NON-NLS-1$ > } > > final boolean definedChanged = !this.defined;
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 385267
: 218955