That's true right now .... I haven't made a big issue out #ifNotNil:
because the Seaside coding convention says not to use #ifNotNil:.
#ifNotNil: isn't implemented in our base system, so I _could_ change the
implementation to match the "standard" if there is one...
Dale
Lukas Renggli wrote:
I did a
#senders in Pharo 1.0 with Pier installed and the offenders don't
show up, but if you look at the following methods you'll see them:
PRStructure>>group:
PRStructure>>owner:
PUSecurity class>>onStructureAdded:
other senders (using the zero arg form) are:
MAComponentRenderer>>hasError:
MAFileUploadComponent>>remove
PRCase>>document:
Seems that there is a bug in senders...
I reported it here:
http://code.google.com/p/pharo/issues/detail?id=2559
I want to update the rewrite rule. So GemStone only has #ifNil: with
zero arguments?
Lukas