|
From: SourceForge.net <no...@so...> - 2008-02-27 22:29:59
|
Bugs item #1903481, was opened at 2008-02-27 16:29 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=1903481&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Eric E. Allen (eallen) Assigned to: Nobody/Anonymous (nobody) Summary: static imports in interactions pane not working properly Initial Comment: In version 2008-0124, if one statically imports a class, and then references (unqualified) a static field in that class, the interactions JVM hangs. However, unqualified references to static methods work as expected. For example, suppose x is a static field in class Test: > import static Test.*; > x Evaluation of x hangs. This is a reversal of a bug in 2008-0106, where unqualified references to static fields worked as expected, but unqualified references to static methods resulted in signaled errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1903481&group_id=44253 |