[BUG] [FIX] MaIntegerIndex >> keySize

Brent Pinkney brent.pinkney at aircom.co.za
Wed Jul 27 11:35:37 UTC 2005


Hi Chris,

Can you please ensure that MaIntegerIndex implements #keySize.

Cerrently it is not implemented, but the parent class MaIndexDefinition  
calls #subclassResponsibility in its implementation of #keySize.

Something like:

	MaIntegerIndex >> keySize

		^ keySize
	!

Thanks

Brent Pinkney




More information about the Magma mailing list