| Summary: | Debugger gets confused with local variable and parameter of the same name | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Michael Illgner <fillg1> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | preuss |
| Version: | 2.0.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
Waiting on bug# 23600 Deferred *** Bug 37258 has been marked as a duplicate of this bug. *** Re-open to mark as dup. |
Sometimes I have constructions like .... private int value = 0; public void setValue(int value) { this.value = value; } The debugger seems to get confused with the two value variables, especially while displaying it in the tooltip.