Bug reports and feature requests should be submitted via the IDEA tracker
(http://www.intellij.net/tracker/idea/browse).

I didn't read it very carefully, but this bug may be similar to yours:

   http://www.intellij.net/tracker/idea/viewSCR?publicId=3892

chris

"ekiM" <[EMAIL PROTECTED]> wrote in message
anerq8$ngo$[EMAIL PROTECTED]">news:anerq8$ngo$[EMAIL PROTECTED]...
> There is an error in the error highlighting feature in at least builds
> #650, #651 and maybe before.
>
> The following case statement
>
> switch(option)
> {
>             case FilterOptions._AdminView:
> ...
> break;
>             case FilterOptions._UserView:
> ...
> break;
> }
> Where in class FilterOptions  _AdminView and _UserView are declared as
> public static final int.  This compiles fine obviously but is highlighted
> as an error stating that a "Constant expression required".
>
> --ekiM


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to