Bug 119269 - [quick fix] Quick fix for "unchecked" should mark it as non-externalisable string
Summary: [quick fix] Quick fix for "unchecked" should mark it as non-externalisable st...
Status: CLOSED DUPLICATE of bug 97220
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 12:03 EST by Hendrik Maryns CLA
Modified: 2011-08-03 14:05 EDT (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 Hendrik Maryns CLA 2005-12-05 12:03:19 EST
If I apply the quick fix `Add @SuppresWarnings("unchecked")ยด for an unchecked cast, afterwards I get the warning that I have a non-externalised string.  The //$NON-NLS-1$ tag should be added automatically, as is done when applying the @SuppresWarnings("nls") quickfix.
Comment 1 Markus Keller CLA 2011-08-03 14:05:22 EDT
That was a bug in the compiler.

*** This bug has been marked as a duplicate of bug 97220 ***