srcanaapps/codescannerextn/com.nokia.carbide.cpp.codescanner/html/release_notes.htm
author noe\swadi
Thu, 18 Feb 2010 12:28:37 +0530
changeset 1 9176d200b8fe
permissions -rw-r--r--
Committing the CodeScanner carbide extension. This component has been moved from the IDE package. BUG : 5889 (http://developer.symbian.org/webbugs/show_bug.cgi?id=5889).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     2
<html>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     3
<head>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     4
<meta http-equiv="content-type"
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     5
 content="text/html; charset=ISO-8859-1">
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     6
<title>Release Notes</title>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     7
<link href="../book.css" rel="stylesheet" type="text/css">
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     8
</head>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     9
<body bgcolor="#FFFFFF">
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    10
<h2>CodeScanner Release Notes v2.1.4</h2>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    11
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    12
  <li> <a href="#Changes_from_Previous_Releases">Changes from Previous Releases</a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    13
  <li><a href="#whatsNew">What's new </a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    14
  <li><a href="#pi_bugs">Fixed bugs and workarounds</a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    15
  <li><a href="#support">Technical support</a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    16
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    17
<h3><a name="Changes_from_Previous_Releases"></a>Changes from Previous Releases</h3>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    18
  <li>No functionality changes. Only Copyright changes. 
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    19
<h4>2.1.3</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    20
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    21
  
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    22
  <li>Updated the function parser in CodeScanner to improve check for leaving functions called in non-leaving functions. There should be less false positives now.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    23
  <li>Added support for the following IAD user-defined <a href="customizing_cs.htm">rules</a>. The new rules include:
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    24
    <ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    25
      
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    26
      <li><span class="code">&lt;flags&gt;</span> - new IAD rule to check flag usage</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    27
      <li><span class="code">&lt;crepository&gt; </span>- new IAD rule to check Central Repository usage</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    28
      <li><span class="code">&lt;customizableicons&gt; </span>- new IAD rule to check customizable icons</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    29
    </ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    30
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    31
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    32
<h4>2.1.2</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    33
  <ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    34
    <li>Added support for  <a href="pref_codescaner_01.htm">Knowledge Base Scanning</a>, the ability to scan code and detect possible  API issues related to a specific SDK, for example when porting to a new Touch UI SDK. For each SDK, specific porting information is defined as a set of rules specified in  XML files. CodeScanner can merge these into the existing set of CodeScanner rules for   scanning operations. The results are displayed in the <strong>Console</strong> view and as information markers  in source code.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    35
  </ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    36
<h4>2.1.1</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    37
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    38
  <li>Added support for user-defined rules. This can be done by adding a <span class="code">&lt;customrules&gt;</span> element to the configuration file.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    39
  <li>When scanning with low severity rules, CodeScanner now generates informative messages instead of warnings when the StdOut output format is selected.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    40
  <li>Added support to disable individual error/warning via CodeScanner command embedded in comments. </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    41
  <li>Added new rule to check whether Cancel() function is called in active object's destructor.<br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    42
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    43
  <li>Updated active object checking rule to ignore After() from RTimer type member variables.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    44
  <li>Updated to skip excluded folders specified in configuration file when generating component summary reports.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    45
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    46
<h4>2.1.0</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    47
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    48
  <li>Updated to skip excluded folders specified in configuration file when generating component summary reports.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    49
  <li>Updated configuration file format to allow passing arguments to CodeScanner. One can now add an &lt;arguments&gt; element to the <br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    50
    configuration file.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    51
  <li>Added new rule to check stack-based resource objects not put on the cleanup stack.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    52
  <li> Added new rule to check inheritance order of M and C classes. <br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    53
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    54
  <li>Updated rule for L-functions that cannot leave. It is now possible to specify functions to be ignored by this rule in the<br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    55
    configuration file. This is done by adding a &lt;LFunctionIgnoreRE&gt; element to the &lt;LFunctionCantLeave&gt; script element.<br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    56
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    57
  <li>Updated description of rule for badly-named enum members.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    58
  <li>Updated NULL equality check rule to ignore pointer comparisons with NULL inside various __ASSERT_XXX() macros.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    59
  <li>Removed duplicate rule for hard-coded external drive letters. <br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    60
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    61
  <li>Improved rule for accessing array element by [] without checking range.<br>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    62
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    63
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    64
<h4>2.0.9</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    65
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    66
  <li> Updated check for Open() to allow assignment of return value on a different line.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    67
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    68
<h4>2.0.8</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    69
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    70
  <li>Updated check for C class not inheriting from another C class.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    71
  <li>Updated check for ignored Open() return value.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    72
  <li>Fixed a bug where some scripts cannot be disabled from the configuration file.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    73
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    74
<h4>2.0.7</h4>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    75
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    76
  <li>  Updated standard console output to include severity level and category information in the error/warning messages.
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    77
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    78
  <li>Incorporated Psyco module to improve scanning performance. Please refer to the document &quot;MIT license.txt&quot; for licensing info.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    79
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    80
<h3><a name="whatsNew" id="whatsNew"></a>What's New </h3>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    81
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    82
  
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    83
  <li><a href="optimizing_cs.htm">Added</a> support to disable individual error/warning messages via CodeScanner command in comments.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    84
  <li>Added support to scan code for porting issues related to new SDKs. </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    85
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    86
<h3><a name="pi_bugs"></a>Fixed bugs and workarounds</h3>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    87
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    88
  <li>Complete list of CodeScanner <a href="bugs_fixed.htm">bugs fixed</a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    89
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    90
<p>Workarounds for known issues:</p>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    91
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    92
  <li><i>none to mention </i></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    93
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    94
<h3><a name="support" id="support"></a>Technical support </h3>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    95
<p>The following support services are available:</p>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    96
<ul><li>Customer feedback - send your comments and suggestions to <a href="mailto:feedback.carbide@nokia.com">feedback.carbide@nokia.com</a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    97
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    98
<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>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    99
</body>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
   100
</html>