[Newbies] Replaceing AnObsolete....Class

Bert Freudenberg bert at freudenbergs.de
Tue Dec 1 17:21:57 UTC 2009


On 01.12.2009, at 18:06, Paul DeBruicker wrote:
> 
> Hi - 
> 
> In my image I have at least two obsolete classes that are still 
> referenced by some code.   They were created when I inadvertently 
> deleted some classes from the image and reinstalled them from a file out 
> of an older image.  How can I point the code that is looking for the 
> obsolete classes towards the re-created classes?  The re-created classes 
> have the same name as the classes I mistakenly deleted.  Thanks

Try

	SmalltalkImage current fixObsoleteReferences

Or recompile the classes referencing the obsolete classes:

	MyClass compileAll

- Bert -




More information about the Beginners mailing list