Bug 205556 - [nls tooling] Rename accessor field should rename property key
Summary: [nls tooling] Rename accessor field should rename property key
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M3   Edit
Assignee: Benno Baumgartner CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 06:31 EDT by Benno Baumgartner CLA
Modified: 2007-10-05 11:19 EDT (History)
0 users

See Also:


Attachments
fix (14.58 KB, patch)
2007-10-05 06:38 EDT, Benno Baumgartner CLA
no flags Details | Diff
fix (24.29 KB, patch)
2007-10-05 11:17 EDT, Benno Baumgartner CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2007-10-05 06:31:44 EDT
I20071002-1342

Given an eclipse style NLS'd string.
1. Rename the accessor field of such a string
Is:
 The key in the property file is not renamed leading to broken keys
Should:
 The key should be renamed as well
Comment 1 Benno Baumgartner CLA 2007-10-05 06:38:43 EDT
Created attachment 79794 [details]
fix

First patch, needs tests.
Comment 2 Benno Baumgartner CLA 2007-10-05 11:17:41 EDT
Created attachment 79818 [details]
fix
Comment 3 Benno Baumgartner CLA 2007-10-05 11:19:13 EDT
fixed > I20071002-1342