Bug 94950 - [nls tooling] Switching to Eclipse mechanism should automatically convert keys
Summary: [nls tooling] Switching to Eclipse mechanism should automatically convert keys
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.2 M6   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 95156 97493 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-12 09:10 EDT by Tobias Widmer CLA
Modified: 2006-03-08 12:09 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Widmer CLA 2005-05-12 09:10:25 EDT
N20050512-0010

Steps to reproduce:
- Create cu with unexternalized string which has NO reference to message 
bundles (both eclipse and non-eclipse approach)
- Invoke Externalize String refactoring
- Proposed key names have format <Class>.n
- Check 'Use Eclipse's string externalization mechanism'

-> The proposed key names are invalid with the Eclipse approach
-> Wizard should regenerate keys which do not yet exist
Comment 1 Dani Megert CLA 2005-05-12 09:30:51 EDT

*** This bug has been marked as a duplicate of 94766 ***
Comment 2 Dani Megert CLA 2005-05-12 10:34:41 EDT
It makes sense to replace '.' with '_' if there are no keys yet.
Comment 3 Dani Megert CLA 2005-05-17 05:33:50 EDT
*** Bug 95156 has been marked as a duplicate of this bug. ***
Comment 4 Dani Megert CLA 2005-05-31 13:03:09 EDT
*** Bug 97493 has been marked as a duplicate of this bug. ***
Comment 5 Benno Baumgartner CLA 2006-03-08 12:09:35 EST
fixed > I20060307-1315

Replace '.' with '_' in prefix and viceversa.