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 - C parsing failure
Summary: C parsing failure
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 13:31 UTC by igagis
Modified: 2015-09-11 01:22 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 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