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 - IndexingBridgeProvider is java.io.File oriented
Summary: IndexingBridgeProvider is java.io.File oriented
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks: 249743
  Show dependency tree
 
Reported: 2015-01-28 09:56 UTC by Alexander Simon
Modified: 2015-03-26 03:24 UTC (History)
2 users (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 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