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

Bug 23561

Summary: Debugger gets confused with local variable and parameter of the same name
Product: [Eclipse Project] JDT Reporter: Michael Illgner <fillg1>
Component: DebugAssignee: 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:

Description Michael Illgner CLA 2002-09-13 10:04:48 EDT
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.
Comment 1 Darin Wright CLA 2002-09-16 10:11:27 EDT
Waiting on bug# 23600
Comment 2 Darin Wright CLA 2002-12-06 16:14:41 EST
Deferred
Comment 3 Darin Wright CLA 2003-05-06 09:20:20 EDT
*** Bug 37258 has been marked as a duplicate of this bug. ***
Comment 4 Darin Wright CLA 2003-05-14 11:01:54 EDT
Re-open to mark as dup.
Comment 5 Darin Wright CLA 2003-05-14 11:02:18 EDT

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