Community
Participate
Working Groups
Im my project (not in all, but in some classes) I have always the following problem. How I get it: 1. Set a break point. Start program. Wait until stopped. 2. Move mouse over a local variable. 3. The tooltip does not show the current value. It displays the definition of the variable (like "boolean isWorking - org.swx.tools.MyClass.myMethod()"). 4. The value is correctly displayed int the "variables" tab. When dragged to "Expressions" it is also displayed correctly. I do not know why the behaviour is different for the classes.
Didn't you already file this bug several times? I think this is a duplicate of bug 286237. That bug is in turn marked as a duplicate of bug 317045. I'm not sure that one is actually a duplicate because it seems they are describing different situations, but you're the one who marked it that way so hopefully you know. Anyway, if these aren't duplicates, please clarify and reopen. And please assign to the "Debug" component, not APT. This bug has nothing whatsoever to do with APT. *** This bug has been marked as a duplicate of bug 286237 ***
Since you are more fimiliar with bug reports I assume you know better if this should be treated as a duplicate. For me it seems not to be a duplicate of bug 317045, but I have to agree the symptoms are very similar. The difference is that in the one case (bug 317045) fields of inner classes have problems and in the other case (bug 286237, bug 330061) local variables (within methods of some classes, not necessarily inner classes or static classes) have problems. These problems might have the same source. Another point to mention is that the old bug was submitted for Galileo (on 2009-08-11).