オブジェクトには、finalとマークされていないパブリックな静的フィールドがあり、それが予期せぬ方法で変更される可能性がある。
パブリック静的変数は、アプリケーション内のどのクラスからも、アクセサなしで読み取ったり、ミューテータなしで変更したりできます。
An object contains a public static field that is not marked final, which might allow it to be modified in unexpected ways.
Public static variables can be read without an accessor and changed without a mutator by any classes in the application.