google-nomulus/javatests/google/registry/tools
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
..
params Align parameter formats for zone data commands 2017-02-22 11:46:07 -05:00
server Use Immutable types for static final fields 2017-03-07 13:43:43 -05:00
testdata Document StatusValue better and add per-resource restrictions 2017-02-02 16:46:02 -05:00
AllocateDomainCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BUILD Add Client-side OAuth2 to HTTP connections 2017-02-17 12:17:53 -05:00
CommandTestCase.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
CreateAnchorTenantCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateContactCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateCreditBalanceCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateCreditCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateDomainCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateHostCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateLrpTokensCommandTest.java Replace more deprecated uses of Files methods 2017-02-02 17:08:12 -05:00
CreateOrUpdatePremiumListCommandTestCase.java Replace more deprecated uses of Files methods 2017-02-02 17:08:12 -05:00
CreateOrUpdateReservedListCommandTestCase.java Replace more deprecated uses of Files methods 2017-02-02 17:08:12 -05:00
CreatePremiumListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateRegistrarCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateRegistrarGroupsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateReservedListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CreateTldCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DefaultRequestFactoryModuleTest.java Store credentials under scope-qualified name 2017-02-22 11:47:37 -05:00
DeleteCreditCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DeleteDomainCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DeleteEntityCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DeletePremiumListCommandTest.java Perform minor refactors on premium list code 2017-02-27 11:30:45 -05:00
DeleteReservedListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainApplicationInfoCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainCheckClaimsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainCheckCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainCheckFeeCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EncryptEscrowDepositCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EppToolCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EppToolCommandTestCase.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EppToolVerifier.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExecuteEppCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GenerateAuctionDataCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GenerateDnsReportCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GenerateEscrowDepositCommandTest.java Document StatusValue better and add per-resource restrictions 2017-02-02 16:46:02 -05:00
GetApplicationCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetApplicationIdsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetClaimsListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetContactCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetDomainCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetHostCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetLrpTokenCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetRegistrarCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetResourceByKeyCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetSchemaTreeCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetTldCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GhostrydeCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListCursorsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListDomainsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListHostsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListObjectsCommandTestCase.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListPremiumListsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListRegistrarsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListReservedListsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListTldsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MutatingCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PublishDetailReportCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistrarContactCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistryToolEnvironmentTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistryToolTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResaveEntitiesCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResaveEnvironmentEntitiesCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResaveEppResourcesCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SetupOteCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UniformRapidSuspensionCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateApplicationStatusCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateClaimsNoticeCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateCursorsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdatePremiumListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateRegistrarCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateReservedListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateServerLocksCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateSmdCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateTldCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UploadClaimsListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ValidateEscrowDepositCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ValidateLoginCredentialsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00