Bug 286845 - Added new IProblem id UnresolvedVariable
Summary: Added new IProblem id UnresolvedVariable
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.6 M3   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 276294
Blocks:
  Show dependency tree
 
Reported: 2009-08-17 13:46 EDT by Kent Johnson CLA
Modified: 2009-10-14 13:35 EDT (History)
1 user (show)

See Also:


Attachments
Fix to restore original behavior (2.74 KB, patch)
2009-08-18 05:27 EDT, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Johnson CLA 2009-08-17 13:46:19 EDT
To fix bug 276294, JDT/Core added a new IProblem id called UnresolvedVariable

It replaces UndefinedName in cases where we know we have a varaible.

Quick fix likely needs to be updated.
Comment 1 Markus Keller CLA 2009-08-18 05:27:47 EDT
Created attachment 144800 [details]
Fix to restore original behavior

Released catch-up fix to restore original behavior.

Should look into LinkedNodeFinder#getProblemKind(IProblem) again, and add a special quick fix when AST is not complete.
Comment 2 Markus Keller CLA 2009-10-14 13:35:23 EDT
Nothing more to do (i.e. no plans to provide a quick fix for this syntax error).