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 240093 - Closed projects are scanned
Summary: Closed projects are scanned
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-07 18:32 UTC by Tomas Zezula
Modified: 2014-01-09 02:57 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 Tomas Zezula 2014-01-07 18:32:06 UTC
Open java.editor + deps.
Wait after the project dependencies are calculated but before scan finishes
Close all projects
->
Some roots are scanned in upcoming scan.

The reason is that the new unknown roots are registered in the PathRegistry even they were not yet processed because the scan was interrupted by a project close.
Comment 1 Tomas Zezula 2014-01-07 18:35:16 UTC
Fixed jet-main bafadf3debda
Comment 2 Quality Engineering 2014-01-09 02:57:11 UTC
Integrated into 'main-silver', will be available in build *201401090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bafadf3debda
User: Tomas Zezula <tzezula@netbeans.org>
Log: #240093:Closed projects are scanned