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

Key: IDEABKL-3610
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Serge Baranov
Votes: 2
Watchers: 2
Available Workflow Actions

Mark as Stalled
Operations

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

Bad code is green: comment with \u

Created: 14 Apr 06 17:20   Updated: 05 Oct 06 21:11
Component/s: Editor. Error Highlighting
Affects Version/s: None
Fix Version/s: None

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

Build: 4,155
Severity: Medium


 Description  « Hide
Following code doesn't compile, because JVM denotes \u as Unicode escape. Even if they appear in comments. \units - is
illegal unicode escape. But idea says - "Analysis completed. No errors or warnings found"
/**
 * C:\blabla\apps\units\blabla.java 
 * wrong---------||||||
 */

public class wrongComment {
    public static void main(String[] args) {
        
    }

}


 All   Comments   Work Log   Change History      Sort Order:
Esko Luontola - 05 Oct 06 21:11
This bug still exists in IDEA 6.0 (build 5766)