Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 51281

Summary: Hover "Variable Values" should honor the object reference
Product: [Eclipse Project] JDT Reporter: Marcel Petavy <petavy>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Marcel Petavy CLA 2004-02-06 09:08:25 EST
Hi. Here some sample code

if(quality != this.quality)
{
  this.quality = quality;
  ...
			
quality is a class member an 2nd a variable in a methode.
If I move the cursor between the class variable "this.quality" and methode 
variable "quality", always the value of the methode variable is show.

Hover "Variable Values" should honor the object reference.

Cheers - Marcel.
Comment 1 Darin Wright CLA 2004-02-07 13:50:09 EST

*** This bug has been marked as a duplicate of 23600 ***