Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 202566 - [nls tooling] Exernalize Strings Wizard always imports accessor class
Summary: [nls tooling] Exernalize Strings Wizard always imports accessor class
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 M2   Edit
Assignee: Deepak Azad CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 216587 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-06 23:33 EDT by Chris Aniszczyk CLA
Modified: 2010-09-01 11:52 EDT (History)
4 users (show)

See Also:


Attachments
fix+test (13.07 KB, patch)
2010-08-16 09:14 EDT, Deepak Azad CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2007-09-06 23:33:17 EDT
I was externalizing strings in some new files yesterday and noticed that I was just internalizing everything because these were strings that didn't need to be externalized (ie., HTML tags). When I ran through the wizard, it gave me an unused import on my access class. The wizard should probably be more intelligent in when it decides to add the import.
Comment 1 Dani Megert CLA 2010-04-29 09:49:46 EDT
*** Bug 310851 has been marked as a duplicate of this bug. ***
Comment 2 Deepak Azad CLA 2010-08-16 09:14:16 EDT
Created attachment 176672 [details]
fix+test

Fixed in HEAD.

(This patch improves readability of test cases as well)
Comment 3 Deepak Azad CLA 2010-08-16 09:14:31 EDT
.
Comment 4 Deepak Azad CLA 2010-09-01 11:52:52 EDT
*** Bug 216587 has been marked as a duplicate of this bug. ***