Bug 390304 - C++ members are not localized in their respective classes
Summary: C++ members are not localized in their respective classes
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.1   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 05:06 EDT by Benoit Perrin CLA
Modified: 2013-06-05 04:40 EDT (History)
0 users

See Also:


Attachments
test project (33.31 KB, application/octet-stream)
2012-09-25 05:06 EDT, Benoit Perrin CLA
eugene: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Perrin CLA 2012-09-25 05:06:20 EDT
Created attachment 221457 [details]
test project

Using the attached project.
For list.h line 99:
Inspecting 'this', the parent class of the current object (ListItem) is not displayed. Moreover, the members that are part of this parent class ('previous' and 'next') are displayed as part of the current class.
This can be an issue if members with same names exist in the parent class and the child class.
Comment 1 Eugene Tarassov CLA 2012-09-26 13:34:18 EDT
I have added nodes for parent classes.
Fixed.
Thanks!