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 179205 - friend looses private visibility after editing files
Summary: friend looses private visibility after editing files
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 15:14 UTC by Vladimir Voskresensky
Modified: 2010-01-05 10:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (5.39 KB, application/x-gzip)
2010-01-04 15:14 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-01-04 15:14:05 UTC
Created attachment 93061 [details]
sample project

In the attached project:
- open Point.h
- open FriendMod.h
- open FriendMod.cpp => in FriendMod::displayAssocPoint method dereference of p. is correct
modify FriendMod.cpp and save it => p.classType, p.x and p.y are unresolved
Comment 1 Vladimir Voskresensky 2010-01-04 15:36:25 UTC
fixed
http://hg.netbeans.org/cnd-main?cmd=changeset;node=ef355c9c60d2
Comment 2 Quality Engineering 2010-01-05 10:46:56 UTC
Integrated into 'main-golden', will be available in build *201001051209* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ef355c9c60d2
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #179205 -  friend looses private visibility after editing files