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 203859 - Option to enable "Verbose Project Scan"
Summary: Option to enable "Verbose Project Scan"
Status: RESOLVED DUPLICATE of bug 203653
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-17 20:03 UTC by ceklock
Modified: 2011-10-18 14:52 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ceklock 2011-10-17 20:03:14 UTC
Currently there are many complaints about slow project scanning. When project scan is running we don't know what is happening, and even when the "Enable auto-scanning of sources" is deselected on NetBeans options the scanning feature continues to run.

Please provide a way to see what project scan is doing, so we can understand and possibly report bugs/issues/slowness related to project scan.


Product Version: NetBeans IDE 7.0.1 (Build 201107282000)
Java: 1.6.0_27; Java HotSpot(TM) Server VM 20.2-b06
System: Windows XP version 5.1 running on x86; Cp1252; en_BR (nb)
Comment 1 ceklock 2011-10-17 20:08:00 UTC
I mean something like a log window where information about project scan is displayed.
Comment 2 ceklock 2011-10-17 20:36:40 UTC
Related bug: http://netbeans.org/bugzilla/show_bug.cgi?id=203858
Comment 3 Tomas Zezula 2011-10-18 14:52:10 UTC
There are two things:
1st) Check for external changes ("Enable auto-scanning of sources") which is low level file system refresh and is independent on languages  support, it's mostly done when you return back to IDE (it's sensitive on focus gained).

2nd) The Project scanning. The progress shows the name of project being scanned. The verbose logging can be enabled by -J-Dorg.netbeans.modules.parsing.impl.indexing.level=FINE. In addition to this we are going to add more high level logging, see issue #203653

*** This bug has been marked as a duplicate of bug 203653 ***