History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3725
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Good code is red: Unicode escapes with multiple 'u's

Created: 31 Jul 06 18:43   Updated: 31 Jul 06 21:34
Component/s: Editor. Error Highlighting
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,581
Severity: Low


 Description  « Hide
Idea should show no errors for this code:
String t = "\uu1234";

See Java Language Specification "3.3 Unicode Escapes".
In fact any numbers of the character 'u' are allowed as long as the last 'u' is followed by four hex digits.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.