Bug 286845

Summary: Added new IProblem id UnresolvedVariable
Product: [Eclipse Project] JDT Reporter: Kent Johnson <kent_johnson>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.6   
Target Milestone: 3.6 M3   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 276294    
Bug Blocks:    
Attachments:
Description Flags
Fix to restore original behavior none

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).