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 140218 Details for
Bug 281650
Bug with translation of the "description" property
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]
Path to fix the bug
configuration-element-patch.txt (text/plain), 839 bytes, created by
Igor Pavlenko
on 2009-06-26 08:40:42 EDT
(
hide
)
Description:
Path to fix the bug
Filename:
MIME Type:
Creator:
Igor Pavlenko
Created:
2009-06-26 08:40:42 EDT
Size:
839 bytes
patch
obsolete
>Index: src/org/eclipse/core/internal/registry/ConfigurationElement.java >=================================================================== >RCS file: /cvs/eclipse/org.eclipse.rap.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElement.java,v >retrieving revision 1.1 >diff -u -r1.1 ConfigurationElement.java >--- src/org/eclipse/core/internal/registry/ConfigurationElement.java 5 May 2009 07:29:24 -0000 1.1 >+++ src/org/eclipse/core/internal/registry/ConfigurationElement.java 26 Jun 2009 12:24:29 -0000 >@@ -64,7 +64,10 @@ > } > > protected String getValue() { >- return getValueAsIs(); >+ String symbolicName = getContributor().getName(); >+ String value = getValueAsIs(); >+ return RegistryFactory.translate( value, symbolicName ); >+ //return getValueAsIs(); > } > > String getValueAsIs() {
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 281650
: 140218 |
142338
|
142339
|
142340
|
142341