Community
Participate
Working Groups
Build Identifier: M20080911-1700 in the example below; if some x.glink() (where x is an instance of D) enters first, then i may be able to watch foo.narf from glink(), but then the watch may suddenly display the "evaluations must contain an expression..." error message if i trace into B.glunk() with F5: package A; public class foo { public static int narf; ... } <eof> package B; import A.foo; public class B { public static void glunk() { // cannot watch foo.narf from here } } <eof> package B; import A.foo; public class D extends B { public void glink() { // i may be able to watch foo.narf from here B.glunk(); // trace into the call w/ F5 } } this was the general pattern that caused the error, which also occurs if D.glunk() is not declared as static. Reproducible: Always
upgrade to v3.6.2 does not solve the problem.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.