mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 21:17:50 +02:00
For constant field declarations, you should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List). This communicates to your callers important semantic guarantees ([] This change replaces constants (static final CONSTNAT_CASE) declaration type which use the general collection interface (e.g. List) with an immutable type (e.g. ImmutableList). For more info, see: [] Cleanup change automatically generated by javacflume/refactory Refactoring: //third_party/java_src/error_prone/project/core/src/main/java/com/google/errorprone/bugpatterns:MutableConstantField_refactoring Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149010021 |
||
---|---|---|
.. | ||
BUILD | ||
DateParameter.java | ||
DateTimeParameter.java | ||
DurationParameter.java | ||
EnumParameter.java | ||
EppResourceTypeParameter.java | ||
HostAndPortParameter.java | ||
InternetDomainNameParameter.java | ||
IntervalParameter.java | ||
KeyValueMapParameter.java | ||
LocalDateParameter.java | ||
LoggingLevelParameter.java | ||
LongParameter.java | ||
MoneyParameter.java | ||
OptionalIntervalParameter.java | ||
OptionalLongParameter.java | ||
OptionalParameterConverterValidator.java | ||
OptionalPhoneNumberParameter.java | ||
OptionalStringParameter.java | ||
package-info.java | ||
ParameterConverterValidator.java | ||
ParameterFactory.java | ||
PathParameter.java | ||
PhoneNumberParameter.java | ||
StringParameter.java | ||
TldStateParameter.java | ||
TransitionListParameter.java | ||
YearMonthParameter.java |