[BUG]String(Object)>>doesNotUnderstand: #position:

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Wed Dec 17 19:10:56 UTC 2003


here insert explanation of what you were doing, suspect changes you've
made and so forth.

17 December 2003 8:11 pm

VM: Mac OS - Squeak3.7alpha of '11 September 2003' [latest update:
#5566] Squeak VM 3.7.0b3
Image: Squeak3.7alpha [latest update: #5607]

String(Object)>>doesNotUnderstand: #position:
	Receiver:
'Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.org:em
ails:14794-attachm...etc...
	Arguments and temporary variables: 
		aMessage: 	position: 0
	Receiver's instance variables: 
'Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.org:em
ails:14794-attachm...etc...

ChangeList>>scanFile:from:to:
	Receiver: a ChangeList
	Arguments and temporary variables: 
		aFile: 
'Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.org:em
...etc...
		startPosition: 	0
		stopPosition: 	109
		itemPosition: 	nil
		item: 	nil
		prevChar: 	nil
		bar: 	nil
	Receiver's instance variables: 
		dependents: 	nil
		contents: 	''
		currentCompiledMethod: 	nil
		contentsSymbol: 	#showDiffs
		changeList: 	an OrderedCollection()
		list: 	an OrderedCollection()
		listIndex: 	0
		listSelections: 	nil
		file: 
'Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.org:em
a...etc...
		lostMethodPointer: 	nil
		showsVersions: 	nil

FilePackage>>fileInFrom:
	Receiver: a FilePackage
	Arguments and temporary variables: 
		aStream: 
'Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.org:..
.etc...
		chgRec: 	nil
		changes: 	nil
		bar: 	nil
		i: 	nil
		iLimiT: 	nil
	Receiver's instance variables: 
		fullName: 
'''Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.o...
etc...
		sourceSystem: 	''
		classes: 	a Dictionary()
		doIts: 	an OrderedCollection()
		classOrder: 	an OrderedCollection()

[] in FileContentsBrowser class>>browseStream: {[packageDict :=
Dictionary new.  organizer := SystemOrganizer defaultList: A...]}
	Arguments and temporary variables: 
		aStream: 
'Data:Harvesting:Test:email-file-repository:bfav.squeakfoundation.org:..
.etc...
		package: 	nil
		organizer: 	('as yet unclassified')

		packageDict: 	a Dictionary()
		browser: 	nil


--- The full stack ---
String(Object)>>doesNotUnderstand: #position:
ChangeList>>scanFile:from:to:
FilePackage>>fileInFrom:
[] in FileContentsBrowser class>>browseStream: {[packageDict :=
Dictionary new.  organizer := SystemOrganizer defaultList: A...]}
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
FileContentsBrowser class>>browseStream:
SimpleServiceEntry>>performServiceFor:
PatchArchiveClient>>performAttachmentService:on:
[] in MenuItemMorph>>invokeWithEvent: {[(selArgCount := selector
numArgs) = 0   ifTrue: [target perform: selector] ...]}
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: {[ActiveHand := self. 
ActiveEvent := anEvent.  result := focusHolder     han...]}
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h
processEvents.  h isGenieRecognizing   ifTrue: [r...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor
yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}



More information about the Squeak-dev mailing list