srcanaapps/codescannerextn/com.nokia.carbide.cpp.codescanner/html/bugs_fixed.htm
author noe\swadi
Tue, 23 Feb 2010 10:27:57 +0530
changeset 3 ec51f72aa69a
parent 1 9176d200b8fe
permissions -rw-r--r--
Licenses updated to EPL.
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.0 Transitional//EN">
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     2
<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -->
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     3
<html>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     4
<head>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     5
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     6
  <title>Carbide.c++ bugs fixed</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
  <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
     9
</head>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    10
<body bgcolor="#ffffff">
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    11
<h2>CodeScanner bugs fixed </h2>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    12
<p>This is a comprehensive list of  bugs fixed by release: </p>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    13
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    14
  <li>Bugs Fixed in <a href="#bugs213">2.1.3 </a>, <a href="#bugs211">2.1.1</a></li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    15
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    16
<h3><a name="bugs213" id="bugs213"></a>Bugs Fixed in v2.1.3</h3>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    17
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    18
  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=9046">9046</a> - Fixed an issue that generated false alarms when leaving a function preceded by constant declaration. </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    19
  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=9047">9047</a> - Fixed an issue that generated false alarms when leaving a function call inside a switch statement. </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    20
  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=9429">9429</a> - Fixed an issue that triggered a false alarm on leaving a function preceded by a typedef.</li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    21
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    22
<h3><a name="bugs211" id="bugs"></a>Bugs Fixed in v2.1.1</h3>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    23
<ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    24
  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=6266">6266</a> - Updated to ignore After() from RTimer type member variable when checking for active objects without calling Cancel() first. </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    25
  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=6966">6966</a> - Updated the function parser in CodeScanner to filter out constant initialization.<br />
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    26
  </li>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    27
</ul>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    28
<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
    29
</body>
9176d200b8fe Committing the CodeScanner carbide extension.
noe\swadi
parents:
diff changeset
    30
</html>