ClassCategoryReader and ClassCommentReader

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

ClassCategoryReader and ClassCommentReader

Guillermo Polito
These two classes seem to be unused. They implement the #scanFor: method but the only senders of #scanFor: send it explicitly to RunArray, like:

RunArray scanFor: ...

Does anybody use it? Because it looks like an old class that could be removed.

Guille
Reply | Threaded
Open this post in threaded view
|

Re: ClassCategoryReader and ClassCommentReader

Guillermo Polito

On Mon, Aug 17, 2015 at 3:31 PM, Guillermo Polito <[hidden email]> wrote:
These two classes seem to be unused. They implement the #scanFor: method but the only senders of #scanFor: send it explicitly to RunArray, like:

RunArray scanFor: ...

Does anybody use it? Because it looks like an old class that could be removed.

Guille

Reply | Threaded
Open this post in threaded view
|

Re: ClassCategoryReader and ClassCommentReader

stepharo
In reply to this post by Guillermo Polito
indeed I'm puzzled. It hshould be dead code.
I checked and I came to the same conclusion thant you.

S.

Le 17/8/15 15:31, Guillermo Polito a écrit :

> These two classes seem to be unused. They implement the #scanFor:
> method but the only senders of #scanFor: send it explicitly to
> RunArray, like:
>
> RunArray scanFor: ...
>
> Does anybody use it? Because it looks like an old class that could be
> removed.
>
> Guille