google-nomulus/java/google/registry/flows/domain
gbrodman 3cf26ff9b6 Fix various Error Prone errors that were found by the FOSS build
Most common:
- Unnecessary parentheses and operator precedence clarify (self-explanatory)
- Reference equality--there were a few instances of using == or != improperly
- Qualification of Builder (and similar) imports so that it's clear which type of Builder we're referring to
- Marking some immutable classes with @Immutable since EP desires that all enums be deeply immutable
- String.split() having "surprising behavior"

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230971531
2019-01-28 16:05:09 -05:00
..
token Move the AllocationToken entity to the token subpackage 2018-07-14 01:37:03 -04:00
DomainCheckFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainClaimsCheckFlow.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainCreateFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainDeleteFlow.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
DomainFlowTmchUtils.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
DomainFlowUtils.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainInfoFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainPricingLogic.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
DomainRenewFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainRestoreRequestFlow.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05: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 Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainTransferUtils.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainUpdateFlow.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
FeesAndCredits.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00