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 86695 - Parser incorrect build CSM_QUALIFIED_ID branch for templated constructors
Summary: Parser incorrect build CSM_QUALIFIED_ID branch for templated constructors
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 16:22 UTC by alms
Modified: 2007-06-28 16:56 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 alms 2006-10-06 16:22:07 UTC
Parser incorrect build CSM_QUALIFIED_ID branch for templated constructors.

Example:

class AAA
{
    template<class B>
       AAA(B b);
};

template<class B>
AAA::AAA<B>(B b)
{  }

-----
In this example CSM_QUALIFIELD don't contain "'<' 'B' '>' "
Comment 1 alms 2006-10-18 16:31:17 UTC
It is fixed and commented in grammar ("cppparser.g", revision 1.2.2.20). Further
should be corrected 'AstRenderer'
Comment 2 Sergey Grinev 2007-06-28 16:55:51 UTC
fixed as side-effect on next commit (IZ98188 P2 fix):
http://deadlock.netbeans.org/fisheye/changelog/netbeans/?cs=grgich_hills:sergius:20070628154113
Comment 3 Sergey Grinev 2007-06-28 16:56:26 UTC
see previous comment