google-nomulus/java/google/registry/flows/contact
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
..
ContactCheckFlow.java Make FlowRunner log ICANN activity report field name 2017-03-27 13:32:57 -04:00
ContactCreateFlow.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
ContactDeleteFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
ContactFlowUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ContactInfoFlow.java Restrict contact info commands to owning registrars 2018-06-18 17:36:42 -04:00
ContactTransferApproveFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
ContactTransferCancelFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
ContactTransferQueryFlow.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ContactTransferRejectFlow.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
ContactTransferRequestFlow.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
ContactUpdateFlow.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00