ErrorProne: Increase severity of MutableConstantField to ERROR
All occurrences of this warning have been fixed. Increase the severity to ERROR to prevent reoccurrence. Change-Id: Ifa27a3e3f5691800577edfd5fc0b119bb7d1cf1f
This commit is contained in:
parent
7738f98c29
commit
f98dfa505d
@ -58,7 +58,7 @@ java_package_configuration(
|
||||
"-Xep:MissingCasesInEnumSwitch:ERROR",
|
||||
"-Xep:MissingFail:ERROR",
|
||||
"-Xep:MissingOverride:WARN",
|
||||
"-Xep:MutableConstantField:WARN",
|
||||
"-Xep:MutableConstantField:ERROR",
|
||||
"-Xep:NarrowingCompoundAssignment:WARN",
|
||||
"-Xep:NonAtomicVolatileUpdate:WARN",
|
||||
"-Xep:NonOverridingEquals:WARN",
|
||||
|
Loading…
Reference in New Issue
Block a user