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

Key: IDEABKL-4853
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Cuper Hu
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

False error code highlighting

Created: 02 Sep 06 01:21   Updated: 10 Nov 06 15:35
Component/s: Editor. Error Highlighting
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. error.png
(6 kb)

Build: 5,650
Severity: High


 Description  « Hide
The following snippet may produce the error.
SWT.DEL is marked as error. But the file can be compiled without any error.

I also tried to clear the system folder but no help.
-------------
import org.eclipse.swt.SWT;

public class Test {
public static void main(String[] args) {
char c = 'a';
switch (c) { case SWT.CR: break; case SWT.DEL: break; }
}
}
-------------



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