-
Notifications
You must be signed in to change notification settings - Fork 35
Rlpnc 7501 record similarity left and right objects: correct deserialization #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rlpnc 7501 record similarity left and right objects: correct deserialization #230
Conversation
iredpath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other items based on files not included in the current changes (since we're already here fixing a bug):
scoreinRecordSimilarityResultneeds to be aDouble, not adoubleRecordSimilarityExplainInfoshould be annotated with@JsonInclude(JsonInclude.Include.NON_NULL)- We're in this position in the first place because the original code wasn't tested. Please add a unit test! I'll attach the one I created while simultaneously working through this issue to the JIRA ticket (I forgot that your team was already handling this fix)
This should not replace any code review/verification by someone on the Nomina team
...te/apimodel/jackson/recordsimilaritydeserializers/RecordSimilarityDeserializerUtilities.java
Show resolved
Hide resolved
...tte/apimodel/jackson/recordsimilaritydeserializers/RecordSimilarityResponseDeserializer.java
Show resolved
Hide resolved
iredpath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one or two tiny nitpicks that are going to be addressed in future bindings updates this quarter so no need to get into them now
|
I'd like to see the sonar results, but jenkins is failing with a nexus issue currently. Otherwise LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the Critical and major sonar code smells
|
Sonar smells fixed |
No description provided.