Issue 4580 in pharo: RGMethodDefinition protocol can be nil

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

Issue 4580 in pharo: RGMethodDefinition protocol can be nil

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4580 by [hidden email]: RGMethodDefinition protocol can be  
nil
http://code.google.com/p/pharo/issues/detail?id=4580

and this breaks

asStringOrText

        | text |
        self realClass ifNil: [ ^self fullName ].
        text := (self fullName,' {', self protocol, '} ') asText.
        self isLocallyDefined
                ifFalse: [ text addAttribute: TextEmphasis italic ].
        ^ text

how to reproduce
do an extended search
    method source code contain it.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4580 in pharo: RGMethodDefinition protocol can be nil

pharo
Updates:
        Status: closed

Comment #1 on issue 4580 by [hidden email]: RGMethodDefinition  
protocol can be nil
http://code.google.com/p/pharo/issues/detail?id=4580

in 14069

Attachments:
        MethodSymbol.1.cs  8.7 KB


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