Re: [Newbies] Odd Transcript message

2009-11-03 Thread Lynn Fogwell
That was it. I had a block variable 'name' and the class also inherits an instance variable 'name' Thanks! Lynn F. On Nov 3, 2009, at 1:47 PM, Yoshiki Ohshima wrote: At Tue, 3 Nov 2009 10:53:40 -0500, Lynn Fogwell wrote: Hi, Whenever I compile a particular method, the transcript displays t

Re: [Newbies] Odd Transcript message

2009-11-03 Thread Yoshiki Ohshima
At Tue, 3 Nov 2009 10:53:40 -0500, Lynn Fogwell wrote: > > Hi, > Whenever I compile a particular method, the transcript displays the > following line: > > IdentityManager class >> populateDevelopersTable (name is shadowed) > > So, it names the class and method I just compiled and then states

[Newbies] Odd Transcript message

2009-11-03 Thread Lynn Fogwell
Hi, Whenever I compile a particular method, the transcript displays the following line: IdentityManager class >> populateDevelopersTable (name is shadowed) So, it names the class and method I just compiled and then states that it is shadowed. What is 'shadowing' and how did I activate it fo