google-nomulus/javatests/google/registry/tools/server
Ben McIlwain 80f0910899 Use Immutable types for static final fields
Replace constants (static final CONSTANT_CASE) declaration type which use the general collection interface (e.g. List) with an immutable type (e.g. ImmutableList).

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 ([]

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=149061247
2017-03-07 13:43:43 -05:00
..
testdata Filter domains w/disallowed statuses from zone file generation MR 2017-02-17 12:26:29 -05:00
BUILD Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
CreateGroupsActionTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreatePremiumListActionTest.java Perform minor refactors on premium list code 2017-02-27 11:30:45 -05:00
DeleteEntityActionTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GenerateZoneFilesActionTest.java Filter domains w/disallowed statuses from zone file generation MR 2017-02-17 12:26:29 -05:00
KillAllCommitLogsActionTest.java Use Immutable types for static final fields 2017-03-07 13:43:43 -05:00
KillAllEppResourcesActionTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListActionTestCase.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListDomainsActionTest.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListHostsActionTest.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListPremiumListsActionTest.java Read from bloom filter for premium pricing checks 2017-02-27 11:22:21 -05:00
ListRegistrarsActionTest.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListReservedListsActionTest.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListTldsActionTest.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ResaveAllEppResourcesActionTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdatePremiumListActionTest.java Perform minor refactors on premium list code 2017-02-27 11:30:45 -05:00