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 250797

Summary: Code Assistance fails to process #include "..." when the project is on a UNC path
Product: cnd Reporter: kazssym <kazssym>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description kazssym 2015-03-01 11:43:04 UTC
If a remote C/C++ project is opened with a UNC path such as \\HOST\share\project, Code Assistance fails to find header files in #include "" directives.  If the same project is opened with a mapped path such as X:\project (assuming \\HOST\share is mapped to local X:), it can find the header files successfully.  Both cases should work identically.
Comment 1 soldatov 2015-03-01 16:10:26 UTC
Is it a regression or old jdk bug (issue 207060)?
Comment 2 kazssym 2015-03-01 23:13:22 UTC
(In reply to soldatov from comment #1)
> Is it a regression or old jdk bug (issue 207060)?

I am not sure whether it is a regression or not as I have not used UNC paths so much.  I used UNC this time because I must use a machine that is not mapped to a drive letter yet for a project.

FYI, remote build works fine even if Code Assistance reports include errors.