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 |
There are a lot of things that can go wrong when analyzing a code base for the first time. It is good practice to verify that an analysis, for the most part, went through OK before spending time reviewing the results. Some common problems are:
In extreme cases, you may need to make code edits. When CodeSonar parses a file, it defines the symbol __CODESONAR__, so you may wish to use #ifdef __CODESONAR__ around code edits that were made for CodeSonar.