google-nomulus/javatests/google/registry/rde
nickfelt 40fa9ff022 Fix some direct uses of ForeignKey(C/H/D)Index
Mostly these are calls to ForeignKeyIndex.create() (a static method) via subclasses, which is pretty misleading in this case since the type of the return value has nothing to do with the subclass you're qualifying the static method call with (the returned type depends only on the type of the EppResource parameter).

Note however though that while the style guide indeed prohibits qualifying static member references with things other than the class name, the subclassing case is apparently not considered subject to that prohibition in general:
https://groups.google.com[]d/msg/java-style/8ViX-Rh2_sc/48n2lz5nAAAJ

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154331605
2017-05-03 10:40:21 -04:00
..
imports Fix some direct uses of ForeignKey(C/H/D)Index 2017-05-03 10:40:21 -04:00
testdata Document StatusValue better and add per-resource restrictions 2017-02-02 16:46:02 -05:00
BouncyCastleTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BrdaCopyActionTest.java Refactor RdeKeyringModule into FakeKeyringModule 2017-03-21 14:53:25 -04:00
BUILD Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
ContactResourceToXjcConverterTest.java Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
DomainResourceToXjcConverterTest.java Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
EscrowTaskRunnerTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GhostrydeGpgIntegrationTest.java Refactor RdeKeyringModule into FakeKeyringModule 2017-03-21 14:53:25 -04:00
GhostrydeTest.java Refactor RdeKeyringModule into FakeKeyringModule 2017-03-21 14:53:25 -04:00
HostResourceToXjcConverterTest.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
PendingDepositCheckerTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeFixtures.java Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
RdeMarshallerTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeReportActionTest.java Refactor RdeKeyringModule into FakeKeyringModule 2017-03-21 14:53:25 -04:00
RdeStagingActionTest.java Change GenerateEscrowDepositCommand to trigger back end deposit generation 2017-04-13 10:57:24 -04:00
RdeTestData.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeTestSuite.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeUploadActionTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RegistrarToXjcConverterTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydeGpgIntegrationTest.java Refactor RdeKeyringModule into FakeKeyringModule 2017-03-21 14:53:25 -04:00