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 254430 - In Fractal project IDE highlights printf() and fprintf() as a errors
Summary: In Fractal project IDE highlights printf() and fprintf() as a errors
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 12:37 UTC by soldatov
Modified: 2015-08-18 01:18 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-08-17 12:37:30 UTC
Scenario:
- Create Fractal project
- Open fractal.cc file
==> 6 lines are marked as a error

For example:
printf("Calculating. Please wait....\n");
==> Wrong numbers of arguments
Comment 1 danilasergeyev 2015-08-17 15:57:41 UTC
fixed:
    - issue with "c" specifier and value of type "char"
    - issue with "Wrong number of arguments" for pure string output
    - issue with long double

https://hg.netbeans.org/cnd-main/rev/f4830e36bf49
https://hg.netbeans.org/cnd-main/rev/9d57b1ce9c32
Comment 2 Quality Engineering 2015-08-18 01:18:00 UTC
Integrated into 'main-silver', will be available in build *201508180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f4830e36bf49
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fixed bug #254430 In Fractal project IDE highlights printf() and fprintf() as a errors