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

Summary: In Fractal project IDE highlights printf() and fprintf() as a errors
Product: cnd Reporter: soldatov <soldatov>
Component: EditorAssignee: danilasergeyev
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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