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 271913

Summary: Error Checking Throws False Flag on some Method Calls
Product: cnd Reporter: WheresMyIncludePath
Component: Code ModelAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description WheresMyIncludePath 2017-12-13 16:06:57 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Windows 10 version 10.0 running on x86
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) Client VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open swadMap.cpp
  * Call any method from map.at(p) (p being an arbitraty unsigned int)

ACTUAL:
  nothing happens

EXPECTED:
  Method name gets flagged as unresolved

P.S. swadMap.h and swadMap.cpp are both files created in a project. The project seems to build despite the error messages.
Comment 1 WheresMyIncludePath 2017-12-13 16:07:45 UTC
Created attachment 165559 [details]
IDE log