<?xml version="1.0" encoding="ISO-8859-1"?><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <title>Gobo Eiffel Lint</title>
 </head>
 <body bgcolor="#FFFFFF">
  <table border="0" width="100%">
   <tr>
    <td><font size="6"><strong>Gobo Eiffel Lint</strong></font></td>
    <td align="right"><a href="index.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="usage.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
   </tr>
  </table>
  <hr size="1" />
  <p>
   <i>Gobo Eiffel Lint</i>, or <i>gelint</i>
   for short, is a companion tool of <a href="../../../tool/gec/doc/index.html">
    <i>gec</i></a>. It's a <a href="http://en.wikipedia.org/wiki/Lint_programming_tool">lint-like</a> tool
   for Eiffel. In addition to reporting errors found by compilers, it also goes
   further and tries to report suspicious language usage such as code that may lead
   to CAT-calls at run-time by performing system-level static analysis of the code.
   Contrary to some Eiffel compilers, <i>gelint</i> will report
   as many errors as possible in one go, both in live and dead Eiffel code.
   
  </p>
  <p>
   This documentation of <i>gelint</i> is structured as follows:
   
   
   <blockquote>
    
    <dl>
     	
     <dt>
      			<a href="usage.html">Using <i>gelint</i></a>
      		
     </dt>
     <dd>
      			Command-line options, Ace files.
      		
     </dd>
     	
     <dt>
      			<a href="technology.html">Code Analysis Technology</a>
      		
     </dt>
     <dd>
      			Code analysis techniques used in <i>gelint</i>.
      		
     </dd>
     	
     <dt>
      			<a href="limitations.html">Limitations</a>
      		
     </dt>
     <dd>
      			Limitations, bugs and other deficiencies.
      		
     </dd>
     	
     <dt>
      			<a href="see_also.html">See Also</a>
      		
     </dt>
     <dd>
      			Bibliographical references, related resources and
      			acknowledgments.
      		
     </dd>
     	
     <dt>
      			<a href="http://www.gobosoft.com/eiffel/gobo/download.html">Downloading
       			Instructions</a>
      		
     </dt>
     <dd>
      			License agreement and downloading instructions.
      		
     </dd>
     
    </dl>
    
   </blockquote>
   
   
  </p>
  <hr size="1" />
  <table border="0" width="100%">
   <tr>
    <td>
     <address><font size="2"><b>Copyright © 2006-2016, Eric Bezault</b><br /><b>mailto:</b><a href="mailto:ericb@gobosoft.com">ericb@gobosoft.com</a><br /><b>http://</b><a href="http://www.gobosoft.com">www.gobosoft.com</a><br /><b>Last Updated: </b>28 December 2016</font></address>
    </td>
    <td align="right" valign="top"><a href="http://www.gobosoft.com"><img src="image/home.gif" alt="Home" border="0" /></a><a href="index.html"><img src="image/toc.gif" alt="Toc" border="0" /></a><a href="index.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="usage.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
   </tr>
  </table>
 </body>
</html>