Bug 3278

Summary: JavaBuilder - Problem Count rarely updated (1GE8C52)
Product: [Eclipse Project] JDT Reporter: John Wiegand <John_Wiegand>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

Description John Wiegand CLA 2001-10-10 22:52:28 EDT
JW (5/24/2001 7:12:42 AM)
	The problem count is only updated in the UI once / big compile loop.  This tends to be once every 1000 resources, which is too 
	unfrequent normally.  The current implementation notices if problems are being fixed or introduced.  This is useful user information
	but is hard to compute.  It would be acceptable to just provid problem delta information (per CU?)

PM (6/19/2001 12:29:23 PM)
	We clearly need to improve our progress reporting.
Comment 1 Kent Johnson CLA 2001-12-10 15:54:26 EST
Closed - with the new builder, the problem count is updated as each compilation 
unit stores its problems.