diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-03-12 12:39:57 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-03-12 12:39:57 +0000 |
commit | f4f3d47609349f511ff6ff1a8589ab5cc181d92c (patch) | |
tree | 2590226bb86f2c7ed07b1d7e8815e0b390c0fe09 /.gitignore | |
parent | 6b74f2a06df4fd3bfb9f1b368f46db28f1e95ecb (diff) |
Fix Sonar vulnerability for SystemProperty enum
Sonar wrongly identifies the public set() method as a setter for the
enum and logs a violation (enums should not be mutable).
Change the access level modifier (to make it not public) as lowering the
visibility suppresses the Sonar false positive.
Change-Id: Ic3e5ade0410a7702a89e22fd72b6fbe4d8db0dc4
Issue-ID: AAI-2057
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions