Scope-base highlighting bug
Code:
-
import junit.framework.Test;
import java.util.Set;
import java.util.HashSet;
public class AAA {
Set set = new HashSet ]]> ();
}
-
With scope-based highlighting where java.* and junit.* are in different scopes, the second ]]> is highlighted incorrectly.
BTW scope-based highlighting does not work with imports that use '*' at all.
Please sign in to leave a comment.
You should file these at http://jetbrains.net/jira
Igor Karpov wrote: