Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject

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

Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject

pharo
Status: New
Owner: ----

New issue 3351 by tony.fleig: Comments in MIMEDocument erroneously refer to  
MIMEObject
http://code.google.com/p/pharo/issues/detail?id=3351

Pharo image: Pharo
Pharo core version: 1.1-11411
Virtual machine used: n/a
Class browser used (if applicable): n/a

In the following method, comments refer to MIMEObject (which I assume is an  
earlier name for MIMEDocument):

    MIMEDocument class>>#contentType:content

I realize this is a small thing, but it did cause me to hunt around for  
MIMEObject for a while.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject

pharo

Comment #1 on issue 3351 by stephane.ducasse: Comments in MIMEDocument  
erroneously refer to MIMEObject
http://code.google.com/p/pharo/issues/detail?id=3351

Thanks
Can you provide the comment?

Accurate comments are important. Thanks for the reporting.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject

pharo

Comment #2 on issue 3351 by tony.fleig: Comments in MIMEDocument  
erroneously refer to MIMEObject
http://code.google.com/p/pharo/issues/detail?id=3351

contentType: aMIMEType  content: content
        "create a MIMEObject with the given content-type and content"
        "MIMEObject contentType: 'text/plain' content: 'This is a test'"
       


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject

pharo

Comment #3 on issue 3351 by tony.fleig: Comments in MIMEDocument  
erroneously refer to MIMEObject
http://code.google.com/p/pharo/issues/detail?id=3351

MIMEDocument class>>contentType: aMIMEType  content: content
"create a MIMEObject with the given content-type and content"
"MIMEObject contentType: 'text/plain' content: 'This is a test'"


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject

pharo
Updates:
        Status: Closed
        Labels: Milestone-1.2

Comment #4 on issue 3351 by marcus.denker: Comments in MIMEDocument  
erroneously refer to MIMEObject
http://code.google.com/p/pharo/issues/detail?id=3351

12254