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 201463 - Move reindexing logic out of ProjectOpenedHookImpl
Summary: Move reindexing logic out of ProjectOpenedHookImpl
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 196610 212555
Blocks:
  Show dependency tree
 
Reported: 2011-08-30 23:02 UTC by Jesse Glick
Modified: 2012-05-24 22:40 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-08-30 23:02:58 UTC
(Re-)indexing of transient repositories ought to be handled by RepositoryPreferences, rather than implemented in POHI.
Comment 1 Jesse Glick 2012-05-10 17:59:44 UTC
I thought filed separately, but cannot find it now: need to refresh registration if <repositories> is changed while the project is open (either by user edit or by making an unloadable POM loadable).
Comment 2 Jesse Glick 2012-05-10 20:48:28 UTC
Cannot be in RepositoryPreferences since we need to listen to changes (comment #1), but can at least be factored out.
Comment 3 Quality Engineering 2012-05-12 09:56:30 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b9b1f6e2a19a
User: Jesse Glick <jglick@netbeans.org>
Log: #201463 1/2: factor out TransientRepositories.
Comment 4 Jesse Glick 2012-05-24 22:40:14 UTC
core-main #d5a1c55076e9