Bugs item #853351, was opened at 2003-12-03 10:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=853351&group_id=44253
Category: Eclipse Plug-in
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: William Pugh (wpugh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error accessing non-public members in interactions pane
Initial Comment:
In the interactions pane, if you attempt to access non-public
classes or members of a class that is not in the default
package, you get an error message:
java.lang.IllegalAccessException: Class
koala.dynamicjava.interpreter.EvaluationVisitor can not
access a member of the class foo.B with modifiers "".
You need to suppress access checks in the reflective access.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=853351&group_id=44253
|