Bug 126015

Summary: reconcile does not provide AST if there's no problem requestor
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dani Megert CLA 2006-02-01 10:12:40 EST
I20060131-0800

Reconcile does not provide AST if there's no problem requestor and force problem detection is on.
Comment 1 Dani Megert CLA 2006-02-01 10:14:17 EST
This happens when opening an external CU using File > Open File...
Comment 2 Jerome Lanneluc CLA 2006-02-01 11:51:08 EST
Changed ReconcileOperation#makeConsistent(...) to create an AST if problem detection is forced.

Changed ReconcilerTests#testBroadcastAST3() to ensure that an AST is created.
Comment 3 Dani Megert CLA 2006-02-02 05:40:20 EST
Thanks!
Verified in N20060202-0010.