Issue440660

classification
Title: using nested java cls @ level >2 fails
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, pedronis
Priority: low Keywords:

Created on 2001-07-12.12:53:02 by pedronis, last changed 2001-08-19.19:59:08 by bckfnn.

Messages
msg346 (view) Author: Samuele Pedroni (pedronis) Date: 2001-07-12.12:53:02
Given:

public class testlib {

 public static class A {
   public static class B {
     public static class C {
     }
   }
 }
}

import testlib.A works
but import testlib.A.B fails.

Reported by:
> Michael Haggerty
> mhagger@alum.mit.edu
msg347 (view) Author: Finn Bock (bckfnn) Date: 2001-07-23.15:20:37
Logged In: YES 
user_id=4201

Added as test303.
msg348 (view) Author: Finn Bock (bckfnn) Date: 2001-08-19.19:59:08
Logged In: YES 
user_id=4201

Fixed in 
PyJavaInnerClass.java : 2.38;
PyJavaInnerClass.java: 2.9;
History
Date User Action Args
2001-07-12 12:53:02pedroniscreate