Bug 127144 - beginTask/done not called on progress monitor to ASTParser
Summary: beginTask/done not called on progress monitor to ASTParser
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 14:54 EST by John Arthorne CLA
Modified: 2006-02-15 07:38 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 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