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