google-nomulus/java/google/registry/whois
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
..
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
DomainLookupCommand.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
DomainOrHostLookupCommand.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainWhoisResponse.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
NameserverLookupByHostCommand.java Make loadByForeignKeyCached() return an Optional type 2018-12-12 13:22:34 -05:00
NameserverLookupByIpCommand.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
NameserverWhoisResponse.java Replace 'referralUrl' with 'url' in WHOIS responses 2018-05-05 23:32:40 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistrarLookupCommand.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
RegistrarWhoisResponse.java Add ability to show full WHOIS output in nomulus command 2018-05-30 12:18:54 -04:00
Whois.java Add ability to show full WHOIS output in nomulus command 2018-05-30 12:18:54 -04:00
WhoisAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
WhoisCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
WhoisCommandFactory.java Add ability to show full WHOIS output in nomulus command 2018-05-30 12:18:54 -04:00
WhoisException.java Implement retry for transient errors in WHOIS server 2017-04-05 10:18:23 -04:00
WhoisHttpAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
WhoisMetrics.java Rename WhoisServer and WhoisHttpServer to actions 2018-04-02 16:52:14 -04:00
WhoisModule.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
WhoisReader.java Migrate to Flogger (yellow) 2018-05-30 12:18:54 -04:00
WhoisResponse.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
WhoisResponseImpl.java Redact WHOIS output instead of removing the fields altogether 2018-06-06 15:14:38 -04:00