Main Content
CWE Rule 500
Description
Rule Description
An object contains a public static field that is not marked final, which might allow it to be modified in unexpected ways.
Polyspace Implementation
The rule checker checks for Public static field not const.
Examples
Check Information
Category: Others |
Version History
Introduced in R2023a