Bug 59751 - No Feedback/information from indexing
Summary: No Feedback/information from indexing
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 42761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-23 03:59 EDT by Martin Aeschlimann CLA
Modified: 2004-06-24 05:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2004-04-23 03:59:44 EDT
20040423

The indexer process can take quite a while and I suspeced it several times to
slow down my system. I had to do a ctrl+break to see that the indexer really was
doing something.

Instead of ctrl+break, the indexer should show that it is doing something in the
progress view. It dooesn't have to be ported to the core Jobs infrastructure,
but just create a 'dummy' (system-) Job and push the progress message to its
progress monitor.

Note that more feedback also helps with debugging problems, e.g. if the indexer
would get stalled, ect...
Comment 1 Philipe Mulet CLA 2004-04-23 08:41:30 EDT
Interesting suggestion. A system job could do the trick, being non cancellable.
Should investigate for M9
Comment 2 Philipe Mulet CLA 2004-05-05 12:24:56 EDT
Downgrading. This is feature work which will be deferred post 3.0.
Comment 3 Philipe Mulet CLA 2004-05-10 05:57:41 EDT
Post 3.0
Comment 4 Philipe Mulet CLA 2004-05-10 12:21:07 EDT
Actually, intriguing if couldn't be done still.
Comment 5 Jerome Lanneluc CLA 2004-05-10 13:35:33 EDT
Added system job that reports progress when the indexer is running. The job 
terminates when there is no progress to report any longer.
Comment 6 Olivier Thomann CLA 2004-05-18 18:34:05 EDT
Verified in 200405180816 that a system job can be seen in the progress view when
set in verbose mode.
Comment 7 Philipe Mulet CLA 2004-06-24 05:53:36 EDT
*** Bug 42761 has been marked as a duplicate of this bug. ***