This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 203653 - Add logging of indexing entry points
Summary: Add logging of indexing entry points
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 203859 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-13 13:21 UTC by David Strupl
Modified: 2011-11-04 15:02 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2011-10-13 13:21:25 UTC
To find out what feature caused re-scan. It would be nice to have

a. Stack trace - but recursively through possibly several threads to the event that caused the indexing

b. User gesture - the log might contain the last couple of user action from the gesture collector to know what exactly the user did prior to the re-indexing event.
Comment 1 David Strupl 2011-10-13 13:28:01 UTC
As per information from Jarda the b. can be easily achieved by logging this info to a special logger for collecting the UI gestures. This will show the UI gestures automatically assigned to each "exception"...
Comment 2 Tomas Zezula 2011-10-18 14:52:10 UTC
*** Bug 203859 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Zezula 2011-11-03 09:15:24 UTC
Fixed jet-main fc9a0aeeae9f
Comment 4 Quality Engineering 2011-11-04 15:02:04 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/fc9a0aeeae9f
User: Tomas Zezula <tzezula@netbeans.org>
Log: #203653:Add logging of indexing entry points