Issue 3737 in pharo: Behavior>>allSubclasses comment does not match actual implementation

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

Issue 3737 in pharo: Behavior>>allSubclasses comment does not match actual implementation

pharo
Status: New
Owner: ----

New issue 3737 by [hidden email]: Behavior>>allSubclasses comment  
does not match actual implementation
http://code.google.com/p/pharo/issues/detail?id=3737

Pharo image: Pharo-core
Pharo core version: Pharo1.2rc2 Latest update: #12324


Steps to reproduce:
1. Browse Class Behavior
2. select message allSubclasses
3. message's comment says
  "Answer a Set of the receiver's and the receiver's descendent's  
subclasses. "
  when actually it returns a OrderedCollection.





Attachments:
        PharoScreenshot.1.png  138 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3737 in pharo: Behavior>>allSubclasses comment does not match actual implementation

pharo

Comment #1 on issue 3737 by marianopeck: Behavior>>allSubclasses comment  
does not match actual implementation
http://code.google.com/p/pharo/issues/detail?id=3737

Thanks. Now you can submit an issue and a fix :)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3737 in pharo: Behavior>>allSubclasses comment does not match actual implementation

pharo
Updates:
        Status: Fixed
        Labels: Milestone-1.3

Comment #2 on issue 3737 by [hidden email]: Behavior>>allSubclasses  
comment does not match actual implementation
http://code.google.com/p/pharo/issues/detail?id=3737

allSubclasses
        "Answer an OrderedCollection of the receiver's and the receiver's  
descendent's subclasses. "


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3737 in pharo: Behavior>>allSubclasses comment does not match actual implementation

pharo

Comment #3 on issue 3737 by marianopeck: Behavior>>allSubclasses comment  
does not match actual implementation
http://code.google.com/p/pharo/issues/detail?id=3737

nooo I wanted him to do it ;)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3737 in pharo: Behavior>>allSubclasses comment does not match actual implementation

pharo
Updates:
        Status: closed

Comment #4 on issue 3737 by [hidden email]: Behavior>>allSubclasses  
comment does not match actual implementation
http://code.google.com/p/pharo/issues/detail?id=3737

(No comment was entered for this change.)