| Summary: | [validation] The local variable is never read | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Victor Homyakov <vkhomyackov> |
| Component: | General | Assignee: | Project Inbox <jsdt.javascript-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | Chris Jaun <cmjaun> |
| Severity: | normal | ||
| Priority: | P3 | CC: | alexjeffburke, psuzzi, sbecker, toni.ruottu |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
Tested on Eclipse 3.7.1 and WebTools build wtp-M-3.3.2-20111103043823.zip - bug is still present. Still preseitn in Eclipse Java EE IDE for Web Developers. Version: Juno Release Build id: 20120322-1740 Still present in Eclipse Java EE IDE for Web Developers. Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 Correction: fixed in Eclipse Java EE IDE for Web Developers. Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 (In reply to Shawn Becker from comment #4) Based on this, I'm closing this bug as worksforme. |
Build Identifier: When variable is used only in typeof expression, it is marked as never read. Reproducible: Always Steps to Reproduce: Create JavaScript file with function function test() { var found = true; return typeof found != 'undefined'; }