[BUG]EmailFileRepository class(Object)>>doesNotUnderstand: #adaptToNumber:andSend:

raymondasselin at sympatico.ca raymondasselin at sympatico.ca
Tue Nov 4 00:46:06 UTC 2003


Trying to open BFAV in an 3.6 Squeak Image a debugger popup with
this....any hint ?

3 November 2003 7:43:27 pm

VM: unix - Squeak3.6beta of '4 July 2003' [latest update: #5411]
Image: Squeak3.6 [latest update: #5424]

EmailFileRepository class(Object)>>doesNotUnderstand:
#adaptToNumber:andSend:
	Receiver: EmailFileRepository
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #adaptToNumber:andSend: and
arguments: #(448...etc...
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#addFileUid:forStorageUrl:->a
CompiledMethod (24...etc...
		format: 	136
		instanceVariables: 	#('repositoryDir' 'serverUrls' 'storageUrlUids')
		organization: 	('files' attachmentDirectoryFor: attachmentsFor:
cleanUp director...etc...
		subclasses: 	nil
		name: 	#EmailFileRepository
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

EmailFileRepository class(Object)>>adaptToInteger:andSend:
	Receiver: EmailFileRepository
	Arguments and temporary variables: 
		rcvr: 	4483
		selector: 	#>
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#addFileUid:forStorageUrl:->a
CompiledMethod (24...etc...
		format: 	136
		instanceVariables: 	#('repositoryDir' 'serverUrls' 'storageUrlUids')
		organization: 	('files' attachmentDirectoryFor: attachmentsFor:
cleanUp director...etc...
		subclasses: 	nil
		name: 	#EmailFileRepository
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

SmallInteger(Integer)>>>
	Receiver: 4483
	Arguments and temporary variables: 
		aNumber: 	EmailFileRepository
	Receiver's instance variables: 
4483

SmallInteger>>>
	Receiver: 4483
	Arguments and temporary variables: 
		aNumber: 	EmailFileRepository
	Receiver's instance variables: 
4483


--- The full stack ---
EmailFileRepository class(Object)>>doesNotUnderstand:
#adaptToNumber:andSend:
EmailFileRepository class(Object)>>adaptToInteger:andSend:
SmallInteger(Integer)>>>
SmallInteger>>>
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in EmailFileRepository>>addServerUrl:
SortedCollection>>should:precede:
SortedCollection>>sort:to:
SortedCollection>>reSort
SortedCollection>>addAll:
EmailFileRepository>>addServerUrl:
[] in EmailFileRepository class>>onServerUrls:
Array(SequenceableCollection)>>do:
EmailFileRepository class>>onServerUrls:
[] in BugFixArchive class>>gsugSwikiFixesArchive
BugFixArchive class>>named:ifAbsentPut:
BugFixArchive class>>gsugSwikiFixesArchive
BugFixArchiveViewer class>>defaultModel
BugFixArchiveViewer class(AbstractPackageViewer class)>>open
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list