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

Summary: Parser incorrect build CSM_QUALIFIED_ID branch for templated constructors
Product: cnd Reporter: alms <alms>
Component: Code ModelAssignee: Sergey Grinev <sergius>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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