Bug 3278 - JavaBuilder - Problem Count rarely updated (1GE8C52)
Summary: JavaBuilder - Problem Count rarely updated (1GE8C52)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by John Wiegand CLA
Modified: 2002-01-14 11:08 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 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.