Conversation
6b94c65 to
6bff7d3
Compare
631eead to
a63524b
Compare
merlin-sdk/src/main/java/gov/nasa/jpl/aerie/merlin/protocol/types/SerializedValue.java
Outdated
Show resolved
Hide resolved
26443e1 to
562d041
Compare
|
By the way, the Javadoc for |
104ace1 to
6bc99f4
Compare
Done :) |
|
There's an interesting failure I'm looking into now: Not familiar with Line 42 of if (!map.containsKey("outRate")) {Where |
|
|
|
Ahh that's right! This JAR is likely the one that's causing this snag: |
6bc99f4 to
47ea483
Compare
merlin-sdk/src/main/java/gov/nasa/jpl/aerie/merlin/protocol/types/ValueSchema.java
Outdated
Show resolved
Hide resolved
8f58531 to
8a78421
Compare
77a4059 to
c2ab31f
Compare
341587e to
7eca46e
Compare
… hashCode" The `equals()` was not being used here, was obsolete.
Make `ValueSchema` an interface, eliminating the need for explicit `equals()`, `toString()`, and `hashCode()` implementations.
7eca46e to
4692d9e
Compare
|
Finally got the e2e tests figured out here :) Also note that #238 has been pulled out of this PR. |
Description
Resolves LGTM errors reported here.
Verification
All tests passing.
Documentation
None.
Future work
Resolve LGTM warnings (see https://lgtm.com/projects/g/NASA-AMMOS/aerie/alerts/?mode=tree).