Bug 126015 - reconcile does not provide AST if there's no problem requestor
Summary: reconcile does not provide AST if there's no problem requestor
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 10:12 EST by Dani Megert CLA
Modified: 2006-02-02 05:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.