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 - Code Assistance fails to process #include "..." when the project is on a UNC path
Summary: Code Assistance fails to process #include "..." when the project is on a UNC ...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-01 11:43 UTC by kazssym
Modified: 2016-10-31 11:11 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 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.