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 88452 - Scanning Project classpath
Summary: Scanning Project classpath
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 19:12 UTC by prasadskaria
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prasadskaria 2006-11-01 19:12:56 UTC
Is there any way I can disable the "Scanning Project Classpaths" when I load my
projects on Netbeans. It takes for ever to complete and the IDE responds very
slowly during this process.
Comment 1 Tomas Zezula 2006-11-07 19:08:45 UTC
The IDE needs the collected metadata otherwise even basic operation like code
completion, go to type will not work.
Comment 2 prasadskaria 2006-11-07 19:20:00 UTC
Yes, I do agree that IDE requires metadata for code completion and similar
stuffs. But my problem is IDE takes a very long time to do this. It takes around
2-3 minutes to do the classpath scan for my project and once I start editing any
of the java file , it starts to do it again. When building or loading the
project if it does the classpath scan its fine, I do not want that to happen
every now and then which makes the IDE unusable for my development. 



Comment 3 Tomas Zezula 2006-11-08 07:40:20 UTC
OK, the initial scan (2-3 minutes) is required by the IDE, but the restart of
the scan when you start typing is a bug. The IDE shouldn't scan anything until
you change the project's classpaths or do CVS update or any other external change.
If the report is for the NetBeans 5.0 or 5.5 the issue should be resolved by the
new java infrastructure.
Comment 4 Quality Engineering 2007-09-20 12:04:58 UTC
Reorganization of java component