Menu

#984 Imports from sourceless Java packages are flagged as errors

open
jython (38)
5
2009-10-08
2009-10-08
No

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).

Discussion