Bug 127144

Summary: beginTask/done not called on progress monitor to ASTParser
Product: [Eclipse Project] JDT Reporter: John Arthorne <john.arthorne>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description John Arthorne CLA 2006-02-09 14:54:28 EST
Build id: I20060207-1305

I have some code like this:

ASTParser parser = ...
parser.createAST(new SubProgressMonitor(monitor, 100));

But when I run it, beginTask and done() are never called on the provided monitor, so those units of work in the parent monitor are never used.
Comment 1 Olivier Thomann CLA 2006-02-09 15:39:27 EST
Fixed and released in HEAD.
Comment 2 Olivier Thomann CLA 2006-02-09 15:39:45 EST
Reopen to reassign.
Comment 3 Olivier Thomann CLA 2006-02-09 15:40:08 EST
Fixed and released in HEAD.
Comment 4 David Audel CLA 2006-02-15 07:38:02 EST
Verified for 3.2 M5 using build I20060215-0010