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 249568 - Wrong implementation of FileOperationsProvider.toFileObject()
Summary: Wrong implementation of FileOperationsProvider.toFileObject()
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks: 249070
  Show dependency tree
 
Reported: 2014-12-30 12:35 UTC by Alexander Simon
Modified: 2015-02-26 11:23 UTC (History)
0 users

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 2014-12-30 12:35:39 UTC
VCSFileProxy.toFileObject() has different behavior for java.io.File and  VCSFileProxy.
In case java.io.File the file object will be created for existing file
In case VCSFileProxy method return null if file was created by execution just before.
Comment 1 Alexander Simon 2014-12-30 13:21:37 UTC
work around:
http://hg.netbeans.org/cnd-main/rev/28d64f6cb267
Comment 2 Quality Engineering 2014-12-31 03:23:04 UTC
Integrated into 'main-silver', will be available in build *201412310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/28d64f6cb267
User: Alexander Simon <alexvsimon@netbeans.org>
Log: work around Bug #249568 Wrong implementation of FileOperationsProvider.toFileObject()
Comment 3 Quality Engineering 2015-01-13 04:17:26 UTC
Integrated into 'main-silver', will be available in build *201501130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e901796a78e2
User: Alexander Simon <alexvsimon@netbeans.org>
Log: work around Bug #249568 Wrong implementation of FileOperationsProvider.toFileObject()