Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319327 - Comparing identical expressions compiler message in JavaScriptDebugModel.java
Summary: Comparing identical expressions compiler message in JavaScriptDebugModel.java
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.3 M1   Edit
Assignee: Michael Rennie CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 18:33 EDT by Nitin Dahyabhai CLA
Modified: 2010-07-12 10:11 EDT (History)
1 user (show)

See Also:


Attachments
fix (840 bytes, patch)
2010-07-12 10:10 EDT, Michael Rennie CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2010-07-08 18:33:00 EDT
I'm getting a "Comparing identical expressions" error message for /org.eclipse.wst.jsdt.debug.core/src/org/eclipse/wst/jsdt/debug/core/model/JavaScriptDebugModel.java on  line 101.  Current content is "if (d != d) {".
Comment 1 Michael Rennie CLA 2010-07-12 10:10:01 EDT
Created attachment 174023 [details]
fix

interesting find....the patch removes the bogus condition check.
Comment 2 Michael Rennie CLA 2010-07-12 10:11:12 EDT
applied to HEAD