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 204497 - Inaccuracy tests: latest configured dbx project has parser error
Summary: Inaccuracy tests: latest configured dbx project has parser error
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 10:19 UTC by soldatov
Modified: 2011-11-01 13:21 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 soldatov 2011-11-01 10:19:51 UTC
1 of files display such error:
unexpected token: (
Comment 1 nnnnnk 2011-11-01 10:26:44 UTC
Unexpected ( on friend constructor:
class Expr {
public:
    Expr() {
    }
};

class ExprIterator {
public:
    friend Expr::Expr();
};

int main() {
    return 0;
}
Comment 2 nnnnnk 2011-11-01 13:19:58 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/5476b062cb3e