Menu

#1308 Java's inner class imports not recognized

open
nobody
jython (38)
5
2011-04-12
2011-04-12
No

Imports like these in Jython projects show as unresolved imports:

from java.lang.Thread import UncaughtExceptionHandler

Naturally, importing the top level class works fine.

Discussion

  • Alex Grönholm

    Alex Grönholm - 2011-04-12
    • labels: --> jython
     
  • Alex Grönholm

    Alex Grönholm - 2011-11-10

    This is still a problem. Is the fix difficult?