[BUG] Omnibase - Class absoluteName

Derek Brans brans at nerdonawire.com
Wed Jun 11 21:17:39 UTC 2003


Hi Cees

I found the following code in Omnibase:
ODBClassDescription>>createdFor: aClass
 ^name = aClass absoluteName
  and: [ variable = aClass isVariable
  and: [ bytes = aClass isBits
  and: [ instVarNames = (self allPersistentInstanceVariablesFor: aClass) ]]]

But there are no implementors of #absoluteName.

I changed this to #name, thinking this was a porting problem and it seemed to work fine.


Derek Brans
Nerd on a Wire
Web design that's anything but square
http://www.nerdonawire.com 
mailto: brans at nerdonawire.com
phone: 604.874.6463
toll-free: 1-877-NERD-ON-A-WIRE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030611/2f093d30/attachment.htm


More information about the Squeak-dev mailing list