JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.
If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.
If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.
| CodeSonar® 9.0p0 Hot Tips | CONFIDENTIAL | CodeSecure Inc |
コメント内に多数のソースコードが含まれています。
コメント内容に含まれる演算子 (!#%^&*()+={}\[]:;<>/) の割合が一般的なC/C++のソースコードと一致する場合、 そのコメントは、ソースコードを含んでいると考えられます。 このヒューリスティックは、 コメントが短い場合には破棄される可能性がある為、コメントの文字数が少ない場合には、このワーニングは発行されません。
The various thresholds involved in this determination are controlled by configuration file parameters:
See the linked individual parameter documentation for full details.
| クラス名 | Commented-out Code | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 日本語クラス名 | コメントアウトされたコード | ||||||||||||||||||||||||||||||
| クラス分類 | スタイル (style) | ||||||||||||||||||||||||||||||
| ニーモニック | LANG.COMM.CODE | ||||||||||||||||||||||||||||||
| カテゴリー |
|
||||||||||||||||||||||||||||||
| 対応言語 | C および C++ で利用可能です。 |
||||||||||||||||||||||||||||||
| 有効/無効設定 | このワーニングクラスのチェックはデフォルトで無効になっています。チェックを有効にするにはプロジェクト設定ファイル
(configuration file)に以下の WARNING_FILTER ルールを追加してください。
WARNING_FILTER += allow class="Commented-out Code" |
int f (int i){
/* 'Commented-out Code' warning issued for following comment block */
/* int b;
* int a = i;
* a = i++;
* b = g(a);
*/
i++;
/* this comment is ordinary text */ /* does not contain source code */
return i;
}
設定ファイルの以下のパラメータがこのワーニングクラスのチェックに影響します。