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 |
A node on a list of warning locations.
Defined in file csonar_plugin.h.
| cs_sfid | file | The file in which the event occurs. |
| cs_line | start_line | The first line in file at which the event occurs. One-based. |
| cs_line | end_line | The last line in file at which the event occurs. One-based. Inclusive. |
| cs_column | start_col | For events that apply only to a specific span of text, the first column on start_line to which the event applies. Zero-based. |
| cs_column | end_col | If start_col is non-zero, the exclusive end of the span (on end_line) to which this event applies. The value 0 is special and means end of line. |
| cs_const_string | problem | A short description of the problem. If NULL or "", no event will be associated with this node. |
| cs_locations_node_flags | flags | Characterize the node. |