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 252131 - Completion auto-includes iso/stdio_iso.h instead of stdio.h
Summary: Completion auto-includes iso/stdio_iso.h instead of stdio.h
Status: RESOLVED DUPLICATE of bug 268467
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-28 08:44 UTC by Vladimir Kvashin
Modified: 2016-10-31 11:16 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 Vladimir Kvashin 2015-04-28 08:44:40 UTC
I used completion to insert "sprintf" into my c++ code.
Code completion inserted 
#include <iso/stdio_iso.h>
The correct header that should be included into code is 
#include <stdio.h>
Comment 1 Alexander Simon 2016-10-31 11:16:59 UTC

*** This bug has been marked as a duplicate of bug 268467 ***