google-nomulus/javatests/google/registry/rde
mcilwain 81dc2bbbc3 Rationalize logging statements across codebase
This fixes up the following problems:
1. Using string concatenation instead of the formatting variant methods.
2. Logging or swallowing exception messages without logging the exception
   itself (this swallows the stack trace).
3. Unnecessary logging on re-thrown exceptions.
4. Unnecessary use of formatting variant methods when not necessary.
5. Complicated logging statements involving significant processing not being
   wrapped inside of a logging level check.
6. Redundant logging both of an exception itself and its message (this is
   unnecessary duplication).
7. Use of the base Logger class instead of our FormattingLogger class.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182419837
2018-01-19 14:56:45 -05:00
..
imports Use method references when possible 2017-12-27 11:25:02 -05:00
testdata Document StatusValue better and add per-resource restrictions 2017-02-02 16:46:02 -05:00
BouncyCastleTest.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
BrdaCopyActionTest.java Fix some GPG related test issues 2017-12-13 12:43:45 -05:00
BUILD Fix GPG temp path too long issue for FOSS build 2017-12-13 12:43:45 -05:00
ContactResourceToXjcConverterTest.java Replace FluentIterable with streams 2017-12-27 11:40:50 -05:00
DomainResourceToXjcConverterTest.java Replace FluentIterable with streams 2017-12-27 11:40:50 -05:00
EscrowTaskRunnerTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
GhostrydeGpgIntegrationTest.java Fix some GPG related test issues 2017-12-13 12:43:45 -05:00
GhostrydeTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
HostResourceToXjcConverterTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
PendingDepositCheckerTest.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
RdeFixtures.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
RdeMarshallerTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
RdeReportActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
RdeStagingActionTest.java Use method references instead of lambdas when possible 2017-12-27 10:55:03 -05:00
RdeTestData.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdeTestSuite.java Automated g4 rollback of changelist 165340539. 2017-08-29 16:18:09 -04:00
RdeUploadActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
RegistrarToXjcConverterTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
RydeGpgIntegrationTest.java Fix some GPG related test issues 2017-12-13 12:43:45 -05:00