FogBugz (Case [Issue]10945) Crosscutting and Misc - Shadowed vars and args...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]10945) Crosscutting and Misc - Shadowed vars and args...

Pharo Issue Tracker
A FogBugz case was opened by Marcus Denker.

Case ID:      10945
Title:        Shadowed vars and args...
Status:       Work Needed
Category:     Bug
Project:      Crosscutting and Misc
Area:         Misc
Priority:     3 - Must Fix
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?10945

When recompiling the image, shadowed vars are shown in the transcript. Opal now does the right thing for args, too:

ASTBlockClosure>>valueWithPossibleArgs:(numArgs is shadowed)
AddMethodDescription class>>category:source:(category is shadowed)
AddMethodDescription class>>category:source:(category is shadowed)
Class>>classVarNamed:(name is shadowed)
Class>>classVarNamed:put:(name is shadowed)
Compiler>>evaluate:in:to:notifying:ifFail:(receiver is shadowed)
Compiler>>evaluate:in:to:notifying:ifFail:logged:(receiver is shadowed)
DateModel>>whenDateChanged:(announcer is shadowed)
Encoder>>encodeSelector:(selector is shadowed)
Heap class>>withAll:sortBlock:(sortBlock is shadowed)
Heap class>>withAll:sortBlock:(sortBlock is shadowed)
InputEventSensor>>mapButtons:modifiers:(modifiers is shadowed)
IntervalTest>>howMany:in:(subCollection is shadowed)
IntervalTest>>firstIndexesOf:in:(subCollection is shadowed)
LeafNode>>code:type:(index is shadowed)
MorphWrapper class>>morph:layout:(layout is shadowed)
MorphWrapper class>>morph:layout:(layout is shadowed)
NewVersionBrowser>>scanVersionsOf:class:meta:category:selector:(class is shadowed)
NewVersionBrowser>>scanVersionsOf:class:meta:category:selector:(selector is shadowed)
OCOpalExamples>>singleRemoteTempVarWrittenAfterClosedOver(collection is shadowed)
OCOpalExamples>>singleRemoteTempVar(collection is shadowed)
QSystemTally>>tallyPath:by:(tally is shadowed)
RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SHParserST80>>parse:(isMethod is shadowed)
SpecInterpreter>>retrieveSpecToProvideToChildren(specForChildren is shadowed)
SpecPragmaCollector class>>behavior:(behavior is shadowed)
SpecPragmaCollector class>>behavior:(behavior is shadowed)
StringTest>>testWriteStreamConvertsToWideString(string is shadowed)
StringTest>>testLinesDoWithCr(string is shadowed)
StringTest>>testLinesDoWithCrLfBetween(string is shadowed)
StringTest>>testLinesDoWithCrBetween(string is shadowed)
StringTest>>testLinesDoWithCrLf(string is shadowed)
SyntaxError>>notify:at:in:(error is shadowed)
TextModel>>whenAboutToStyleChanged:(announcer is shadowed)
TimeProfiler>>fullReportMenu:shift:(MenuMorph is shadowed)


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=10945) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker