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

Summary: __func__ is highlighted as error
Product: cnd Reporter: Leonid Lenyashin <lsl239>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: C++ source (part of nmap project)

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