Imports from sourceless Java packages are flagged as errors
Brought to you by:
fabioz
When importing symbols from Java packages that have no attached source, the parser red-flags them and autocomplete does not work for them either.
This should work because the necessary information is still available (as this works correctly with the JDT).