Community
Participate
Working Groups
If I type out a JS file that looks like this: var ian = function() { return 42; }; chris = function() { return "chris"; } If after typing '"chris";' I move my cursor down a line I get a NPE in CompilationUnitScope#connectTypeHierarchy.
Created attachment 199900 [details] Fix Patch Guards against NPE
The fix patch just covers up the problem, does not solve it. Marking as duplicate. *** This bug has been marked as a duplicate of bug 350276 ***