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 254273

Summary: C parsing failure
Product: cnd Reporter: igagis <igagis>
Component: Code ModelAssignee: petrk
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description igagis 2015-08-11 13:31:57 UTC
Steps:

1) Clone git project from https://github.com/igagis/morda
2) Open the project in netbeans
3) Open src/morda/widgets/Widget.cpp file from the project tree

Expected result:
There are no parsing problems

Actual result:

1) in function Widget::makeTopmost() the call to a get() method of std::shared_ptr dereferenced from iterator is underlined with red wave line.

2) in function Widget::ComputeViewportRect() the call to a compMulBy() method is underlined with a red wave line.
Comment 1 petrk 2015-09-10 13:47:05 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/fa70061476dd
Comment 2 Quality Engineering 2015-09-11 01:22:15 UTC
Integrated into 'main-silver', will be available in build *201509110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fa70061476dd
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #254273 - C++ parsing failure