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

Bug 308514

Summary: Inspect always shows this object values
Product: [Eclipse Project] JDT Reporter: Yoakim Anastasov <ekim0307>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: darin.eclipse
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Yoakim Anastasov CLA 2010-04-08 12:20:31 EDT
Build Identifier: 20100218-1602

Inspecting a field from another instance of the currently debugged class will show the value of this object's field instead.

Example code:
this.someString.equals(compared.someString)

Inspecting compared.someString will show the value of this.someString instead

Reproducible: Always

Steps to Reproduce:
1. Stop on breakpoint 
2. Hover compared.someString
3.
Comment 1 Darin Wright CLA 2010-04-08 12:37:17 EDT

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