core/com.nokia.carbide.cpp.codescanner/html/run_cs.htm
author Dan Podwall <dan.podwall@nokia.com>
Mon, 27 Apr 2009 15:07:35 -0500
changeset 128 c028612cc555
parent 0 fb279309251b
permissions -rw-r--r--
merge from RCL_2_0 to MCL

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
<title>Running CodeScanner</title>
<link rel="StyleSheet" href="../book.css" type="text/css"/>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
   <body>
   <div class="Head1">
<h2>Running CodeScanner </h2>
</div>
   <p>CodeScanner is a static source code analysis tool for Symbian OS programs written in C++. CodeScanner behaves differently depending upon the type of resource selected in the C/C++ Project, Navigator, Project Explorer, or Symbian Project Navigator views: </p>
   <ul>
     <li><strong>project, folder, or file </strong> - scans the project associated with the selected project, folder, or file </li>
     <li><strong>MMP file</strong> - scans the selected .MMP file, plus any user include path(s)/source file(s)/resource file(s) listed in the .MMP file</li>
     <li><strong>INF file</strong> - scans the selected .INF file, plus any .MMP file(s) listed in that .INF file, as well as the user include path(s)/source file(s)/resource file(s) listed in the .MMP file(s)</li>
   </ul>
   <p>You can run CodeScanner using either of these methods:</p>
   <ul>
     <li><a href="run_cs_plugin.htm">Running CodeScanner within Carbide</a> </li>
     <li><a href="run_cs_cmd_line.htm">Running CodeScanner from the Command-line</a></li>
   </ul>
   <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
   </body>
   </html>