<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">&gt;Hernan Wilkinson wrote:
&gt;
</pre>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>    I uploaded to Squeak Map a package to deal with the SmallLint
<span class="moz-txt-citetags">&gt; </span>failures. The package name is: Small Lint Failure
<span class="moz-txt-citetags">&gt; </span><a
 class="moz-txt-link-rfc2396E"
 href="http://map.squeak.org/accountbyid/ce6957eb-c5ff-4a6e-a575-a1467238905e/package/25c17dc0-bf31-4215-8ba9-bf0df8157449">&lt;http://map.squeak.org/accountbyid/ce6957eb-c5ff-4a6e-a575-a1467238905e/package/25c17dc0-bf31-4215-8ba9-bf0df8157449&gt;</a>
<span class="moz-txt-citetags">&gt; </span>    The idea of this module is to declare smalllint failures as
<span class="moz-txt-citetags">&gt; </span>expected, so when SmallLint is run again, the expected failures will not
<span class="moz-txt-citetags">&gt; </span>appear.
  </pre>
</blockquote>
<pre wrap=""><!---->&gt;
&gt;While I'm not familiar with the Squeak version, Smalllint does have the
&gt;ability to ignore failures. The BasicLintRule class has a class variable
&gt;FilterDictionary that contains a dictionary mapping the lint rule name
&gt;to a BrowserEnvironment of methods/classes to ignore. In the VW, VA, &amp;
&gt;Dolphin versions, there are filter menu options that display when you
&gt;are viewing the lint rule results. There are also options to save/load
&gt;the filters to files. I'm guessing that Squeak is just missing this menu
&gt;options that expose the functionality.
&gt;
&gt;
&gt;John Brant

Hi John,
        you are right. SmallLint allows you to filter rules but the solution it provides did not fulfill our needs. Although it may work in many situations, we wanted something more "automatic" and controllable.
One of the problems we found with the SmallLint filters is that it is difficult to know the filters that you created once they are created, there is not way to "annotate" the reason of the filter or who created it, and the most important for us, was that it did not cover "code evolution". For example, one filter might apply today but if you change the code in such a way that the filter does not apply anymore, you would not know it.
The solution we created allows you to write the "expected failures" in such a way that they are part of the class (we use VisualAge with Envy, so it works great when loading different versions of the class), it force you to put a reason and who created it, and it tells you about the "expected failures" that do not apply anymore.
Anyway, we use use SmallLint a lot and we thank you for that!. We created this tool and thought that somebody else could found it useful.

Bye,
Hernan.
</pre>
<pre class="moz-signature" cols="72">-- 
______________________________
Lic. Hern&aacute;n A. Wilkinson
Gerente de Desarrollo y Tecnolog&iacute;a
Mercap S.R.L.
Tacuari 202 - 7mo Piso - Tel: 54-11-4878-1118
Buenos Aires - Argentina
<a class="moz-txt-link-freetext" href="http://www.mercapsoftware.com">http://www.mercapsoftware.com</a>
--------------------------------------------------------------------- 
Este mensaje es confidencial. Puede contener informacion amparada 
por el secreto profesional. Si usted ha recibido este e-mail por error, 
por favor comuniquenoslo inmediatamente via e-mail y tenga la 
amabilidad de eliminarlo de su sistema; no debera copiar el mensaje 
ni divulgar su contenido a ninguna persona. Muchas gracias. 
 
This message is confidential. It may also contain information that is 
privileged or otherwise legally exempt from disclosure. If you have 
received it by mistake please let us know by e-mail immediately and 
delete it from your system; you should also not copy the message nor 
disclose its contents to anyone. Thanks. 
 --------------------------------------------------------------------- </pre>
</body>
</html>