| Summary: | [implementation] JavaWordFinder ignores \u.... | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Paul Cowan <cowan> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | stalebug | ||
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
Build ID: I20070222-0951 Steps To Reproduce: 1. Create a method with the following code: String \u00DF = "Eszett"; System.out.println(ß); System.out.println(\u00DF); (In the case of encoding issues when viewing this in Bugzilla, the character in the first println is a German eszett, character 00DF) 2. Mouseover the eszett character in the second line; correct hover information will be displayed (String ß .. etc). Ctrl-click on it, you'll be taken to the definition. 3. Repeat step 2 for the escaped identifier on the last line; you will receive no meaningful tooltip, nor will a ctrl-click take you to the definition. More information: