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

Key: IDEABKL-5139
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Selena M1 Feedback user
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: escaped characters in identifier

Created: 23 May 07 15:12   Updated: 24 May 07 19:53
Component/s: Editor. Error Highlighting
Affects Version/s: None
Fix Version/s: None

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

Build: 6,819


 Description  « Hide
Product: IDEA
> Build: 6819
> Evaluator: false
> Name: Ruslan
> Comment: Bug report.
>The source code bellow compiles and run fine using java 1.5.0_11. But at IntelliJ IDEA 7.0 M1 build # 6819 according to java file editor source code looks like has some compile time problems.
>
>public class TestClass {
>
> public static void main(String[] args) { > char \u0062 = 'b' ; > System.out.println(b); > b+=1; > System.out.println(b); > }
>
>}
> Country: BELARUS
> TimeZone: Europe/Minsk
>
[Created via e-mail received from: baskou at mail dot by]

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