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 201835 - Reindexing local repo explicitly causes indexing to happen twice
Summary: Reindexing local repo explicitly causes indexing to happen twice
Status: RESOLVED DUPLICATE of bug 200263
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 15:25 UTC by Jesse Glick
Modified: 2012-03-26 23:16 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 Jesse Glick 2011-09-08 15:25:10 UTC
Maven Repo Browser > Local > Update Index. Indexes it, then immediately restarts the indexing for no apparent reason.
Comment 1 Milos Kleint 2012-03-21 08:51:47 UTC
I believe I've found the root cause of this problem loadIndexingContext() used to trigger an index retrieval itself, and then indexRepo itself did it again.

No longer reproducible in latest sources.
Comment 2 Jesse Glick 2012-03-26 23:16:10 UTC
Fixed by fix of bug #200263 (2809e8de3470) then.

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