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

Summary: Wrong implementation of FileOperationsProvider.toFileObject()
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 249070    

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()