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 147704 - Double scanning of project tree
Summary: Double scanning of project tree
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords: THREAD
: 62219 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-19 11:59 UTC by Jaroslav Tulach
Modified: 2009-05-30 06:44 UTC (History)
1 user (show)

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 Jaroslav Tulach 2008-09-19 11:59:27 UTC
It seems to me that the tree of all hg.netbeans.org sources can be scanned twice.
http://www.netbeans.org/nonav/issues/showattachment.cgi/70134/double-scanning.txt

------- Additional comments from jglick Fri Sep 19 10:46:20 +0000 2008 -------
please file a separate issue for that (than issue 147690). Probably would suffice to be "synchronized (binaryLists)".

BTW core-main #e0dc24fe361c will warn about duplication in clusters.
Comment 1 rmichalsky 2008-11-24 13:57:31 UTC
*** Issue 62219 has been marked as a duplicate of this issue. ***
Comment 2 rmichalsky 2009-05-29 09:59:30 UTC
core-main #529866eee277
Comment 3 Quality Engineering 2009-05-30 06:44:34 UTC
Integrated into 'main-golden', will be available in build *200905300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/529866eee277
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #147704: avoiding duplicate concurrent scans of module universe, other small fixes, tests