Issue452947

classification
Title: Class of innerclass inst <> innerclas
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-08-19.15:05:06 by bckfnn, last changed 2001-08-19.19:18:20 by bckfnn.

Messages
msg397 (view) Author: Finn Bock (bckfnn) Date: 2001-08-19.15:05:06
The type of an instance of an inner class does not 
match the innerclass as retrived during attribute 
lookup.

See test319 for an example.
msg398 (view) Author: Finn Bock (bckfnn) Date: 2001-08-19.19:18:20
Logged In: YES 
user_id=4201

Fixed in PyJavaClass.java: 2.37;
History
Date User Action Args
2001-08-19 15:05:06bckfnncreate