Parse bug ???

M Manohar m_manohar@yahoo.com
Sat Jul 22 00:15:00 GMT 2000


I tried this test program

----------
class xx {
	int a;
	void y(void) { a=1;};
};

int main()
{
	xx z;
}
-------------

When I try to generate a xref for 'a' in class 'xx'
s-n displays nothing. On the other hand if you try to
xref for method y, I get this xref

y[mi] xx --------> w a[ud]

Is this a parser bug ?? If so does anybody have a fix
for that



__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/


More information about the Sourcenav mailing list