google-nomulus/java/google/registry/flows/domain
mcilwain 24bb78bd16 Fix some statically detected code issues
This includes: unnecessary semicolons, suppress warnings, switch statements, final/private qualifiers, Optional wrapping, conditionals, both inline and non-inline variables, ternaries, Collection putAll() calls, StringBuilders, and throws declarations.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=244182539
2019-04-22 12:54:34 -04:00
..
token Don't delete or "redeem" unlimited use AllocationTokens 2019-04-15 14:57:02 -04:00
DomainCheckFlow.java Test UnknownCurrencyEppException in the flow tests 2019-03-20 14:25:28 -04:00
DomainClaimsCheckFlow.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainCreateFlow.java Remove per-domain nameserver restrictions in reserved lists 2019-04-16 14:09:27 -04:00
DomainDeleteFlow.java Send deletion poll messages when requested by superuser 2019-02-18 17:34:36 -05:00
DomainFlowTmchUtils.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
DomainFlowUtils.java Fix some statically detected code issues 2019-04-22 12:54:34 -04:00
DomainInfoFlow.java Test UnknownCurrencyEppException in the flow tests 2019-03-20 14:25:28 -04:00
DomainPricingLogic.java Set domain create fee cost to be 0 for anchor tenants 2019-03-05 14:11:36 -05:00
DomainRenewFlow.java Test UnknownCurrencyEppException in the flow tests 2019-03-20 14:25:28 -04:00
DomainRestoreRequestFlow.java Test UnknownCurrencyEppException in the flow tests 2019-03-20 14:25:28 -04:00
DomainTransferApproveFlow.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
DomainTransferCancelFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainTransferQueryFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainTransferRejectFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainTransferRequestFlow.java Test UnknownCurrencyEppException in the flow tests 2019-03-20 14:25:28 -04:00
DomainTransferUtils.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainUpdateFlow.java Remove per-domain nameserver restrictions in reserved lists 2019-04-16 14:09:27 -04:00
FeesAndCredits.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00