| Summary: | Hover "Variable Values" should honor the object reference | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Marcel Petavy <petavy> |
| Component: | Debug | Assignee: | 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: | |||
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.