Issue428582

classification
Title: Access to non-public classes
Type: rfe Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-05-30.08:39:31 by bckfnn, last changed 2001-07-23.16:13:33 by bckfnn.

Messages
msg2995 (view) Author: Finn Bock (bckfnn) Date: 2001-05-30.08:39:31
[Christian Hudon]

There doesn't seem to be a way to access and test non-
public classes with
jython. Would it be possible to extend 
respectJavaAccessibility to also not
respect accessibility restrictions on classes when set 
to false?
msg2996 (view) Author: Finn Bock (bckfnn) Date: 2001-07-23.16:13:33
Logged In: YES 
user_id=4201

In 2.1a3 it will be possible see and import all classes 
(even non-public one) with dir(javapackage) and "from 
javapackage import *".
History
Date User Action Args
2001-05-30 08:39:31bckfnncreate