google-nomulus/javatests/google/registry/rde/imports
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
..
testdata Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
BUILD Handle pending transfers on domain imports from RDE deposits 2017-02-27 11:30:40 -05:00
RdeContactImportActionTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeContactInputTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeContactReaderTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeDomainImportActionTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeDomainReaderTest.java Fix a comment nit (can't @link to a generic type) 2017-02-17 12:20:45 -05:00
RdeHostImportActionTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeHostInputTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeHostLinkActionTest.java Fix some direct uses of ForeignKey(C/H/D)Index 2017-05-03 10:40:21 -04:00
RdeHostReaderTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeImportsTestData.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeImportTestUtils.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeImportUtilsTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RdeParserTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
XjcToContactResourceConverterTest.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
XjcToDomainResourceConverterTest.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
XjcToHostResourceConverterTest.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00