Inspectopedia
 
2024.3

'public static' array field

Warning
New
Last modified: 03 December 2024

Reports public static array fields.

Such fields are often used to store arrays of constant values. Still, they represent a security hazard, as their contents may be modified, even if the field is declared final.

Example: