google-nomulus/javatests/google/registry/xml
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
..
testdata Add top-level python directory to opensource repo 2016-07-15 14:56:22 -04:00
BUILD Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DateAdapterTest.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
TrimWhitespaceAdapterTest.java Add basic AllocationToken validation/redemption for domain creates 2018-01-19 14:28:26 -05:00
UtcDateTimeAdapterTest.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
XmlTestUtils.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
XmlTestUtilsTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00