Bug 5783

Summary: Problem counts are not accumulated
Product: [Eclipse Project] JDT Reporter: Erich Gamma <erich_gamma>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Erich Gamma CLA 2001-11-12 08:14:43 EST
When doing an incremental build of a workspace, then the problem counts in the 
progress messages are not accumulated. The problem count starts at 0 for each 
project
Comment 1 Philipe Mulet CLA 2002-06-11 08:33:03 EDT
Defer
Comment 2 Philipe Mulet CLA 2003-02-14 09:28:22 EST
With PRE_BUILD notification, we can reset a global counter.
Comment 3 Kent Johnson CLA 2003-02-14 11:43:00 EST
Done.
Comment 4 Kent Johnson CLA 2003-02-14 14:22:15 EST
Needed to change it to a POST_AUTOBUILD event since PRE_AUTOBUILD event is sent 
after full builds, not before.
Comment 5 David Audel CLA 2003-03-11 07:55:30 EST
Verified.