Issue428582
Created on 2001-05-30.08:39:31 by bckfnn, last changed 2001-07-23.16:13:33 by bckfnn.
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 *".
|
|
Date |
User |
Action |
Args |
2001-05-30 08:39:31 | bckfnn | create | |
|