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 255270 - printf() and separated substrings
Summary: printf() and separated substrings
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 12:54 UTC by soldatov
Modified: 2015-09-15 08:08 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 soldatov 2015-09-14 12:54:13 UTC
In internal projects I see such syntax:

#include <stdio.h>

int main() {
    printf("Value1 = \"%d\","
            "Value2 = \"%d\","
            "Value3 = \"%d\"\n",
            1, 2, 3);
    return 0;
}

In such cases In editor I see "Wrong number of arguments" error.
Comment 1 danilasergeyev 2015-09-14 17:38:38 UTC
fixed, change set:
https://hg.netbeans.org/cnd-main/rev/a71041161596
Comment 2 Quality Engineering 2015-09-15 01:24:39 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a71041161596
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #255270 printf() and separated substrings