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 250064

Summary: IndexingBridgeProvider is java.io.File oriented
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Remote VCSAssignee: issues@cnd <issues>
Status: RESOLVED FIXED    
Severity: normal CC: anebuzelsky, issues
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 249743    

Description Alexander Simon 2015-01-28 09:56:12 UTC
It is a stopper for remote mercurial VCS
Comment 1 Ondrej Vrabec 2015-01-28 10:04:31 UTC
Does remote project cnd support use the standard indexing API?
You may want to introduce another and a similar concept for your remote projects.
Probably the only think you really want is to run some kind of refresh at the end of every command that would bring the cache of fileobjects on the remote side in sync with updates a hg command performed.
Comment 2 Alexander Simon 2015-03-25 12:01:54 UTC
(In reply to Ondrej Vrabec from comment #1)
> Does remote project cnd support use the standard indexing API?
Indexing API supports File or FileObject operations.
IndexingBridgeProvider uses only half of indexing API (File based).
Comment 3 Alexander Simon 2015-03-25 12:54:50 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/53b46075697f
Comment 4 Quality Engineering 2015-03-26 03:24:22 UTC
Integrated into 'main-silver', will be available in build *201503260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/53b46075697f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #250064 IndexingBridgeProvider is java.io.File oriented