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 255379 - Inspect ignores general C/C++ hints
Summary: Inspect ignores general C/C++ hints
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 21:35 UTC by Alexander Simon
Modified: 2015-09-19 03:04 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 Alexander Simon 2015-09-17 21:35:48 UTC
Steps to reproduce:
- invoke Inspect
- select all analyzers
Inspect does not found general C/C++ hints (only security checks are found)
Comment 1 danilasergeyev 2015-09-18 10:25:45 UTC
Inspect missed only a hint related to a printf format string checks.
Fixed in the following change set:
https://hg.netbeans.org/cnd-main/rev/fa6fee735c6d
Comment 2 Quality Engineering 2015-09-19 03:04:31 UTC
Integrated into 'main-silver', will be available in build *201509190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fa6fee735c6d
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #255379 Inspect ignore general C/C++ hints