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 155910 - __func__ is highlighted as error
Summary: __func__ is highlighted as error
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-21 21:22 UTC by Leonid Lenyashin
Modified: 2009-02-19 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
C++ source (part of nmap project) (19.04 KB, text/plain)
2008-12-21 21:23 UTC, Leonid Lenyashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lenyashin 2008-12-21 21:22:16 UTC
In this code:
  if (!services_initialized && nmap_services_init() == -1)
    fatal("%s: Couldn't get port numbers", __func__);

__func__ is highlighted as an error. Observed on nmap project with CND 7.0M1.
Comment 1 Leonid Lenyashin 2008-12-21 21:23:25 UTC
Created attachment 75225 [details]
C++ source (part of nmap project)
Comment 2 Vladimir Voskresensky 2009-01-29 17:55:12 UTC
fixed:
http://hg.netbeans.org/main?cmd=changeset;node=80ead6e3cdb9
Comment 3 Quality Engineering 2009-01-30 08:47:52 UTC
Integrated into 'main-golden', will be available in build *200901300228* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/80ead6e3cdb9
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#155910: __func__ is highlighted as error