<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 1.1.4  (Linux)"><meta name="CREATED" content="20060112;22562800">
        
        
        
        <meta name="CHANGED" content="16010101;0">

<dl><dt>Hi all!</dt><dt>
        This is just to announce my first package for Squeak :)</dt><dt>
        <br>
        </dt><dt>Package description:</dt><dt>
        <br>
        </dt><dt>This package allows you to categorize uncategorized methods
        based on rules.</dt><dt>
        For example you can put all uncategorized methods in SomeTest  that
        begins with "test" under the "tests" category  using:</dt><dt>
        <br>
        </dt><dt>(AutomaticMethodCategorizer <br>
</dt><dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for: SomeTest organization 
        </dt>
<dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        using:         (PluggableMethodCategorizationRule</dt><dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
whenSelectorMatches: 'initialize*' </dt><dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
andClassInheritsFrom: TestCase</dt><dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
categorizeIn: #'tests')) value</dt><dt>
        <br>
        </dt><dt>Other rule to use the super class category is included (this is
        the standard behavior of Browser&gt;&gt;#categorizeAllUncategorizedMethods).</dt><dt>
        <br>
        </dt><dt>If the AutomaticMethodCategorizer is created with #for: a
        default list of rules will be used.</dt><dt>
        See AutomaticMethodCategorizer-ModelTests for more examples.</dt><dt>
        <br>
        </dt><dt>Also you can modify the System Browser to use the automatic
        method categorizer, evaluating:</dt><dt>
        <br>
        </dt><dt>AutomaticMethodCategorizerInstaller new modifySystemBrowsers</dt><dt>
        <br>
        </dt><dt>WARNING: The installer overwrites
        Browser&gt;&gt;#categorizeAllUncategorizedMethods</dt><dt>
        <br>
        </dt><dt>Acknowledgments: The idea of method categorization based on
        rules was taken from a VAST tool created by Maximiliano Contieri.</dt></dl>