-
Notifications
You must be signed in to change notification settings - Fork 0
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
False positives, fixed by nestedQuery #604
Conversation
Test Results 30 files ±0 30 suites ±0 47s ⏱️ -3s Results for commit c7b38ea. ± Comparison against base commit 5a6b331. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
nestedQuery( | ||
ENTITY_CONTRIBUTORS, |
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.
The actual code change....
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.
Applied jsonPath to all constants (besides that, no code changes)
"UNIDENTIFIED_NORWEGIAN=true": 4, | ||
"UNIDENTIFIED_NORWEGIAN=true": 2, |
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.
eqaul no false positives
|
||
public static final String CONTRIBUTOR_ORG_KEYWORD = | ||
jsonPath(CONTRIBUTOR_ORGANIZATIONS, KEYWORD); | ||
|
||
public static final String CONTRIBUTORS_AFFILIATION_ID_KEYWORD = | ||
ENTITY_CONTRIBUTORS_DOT + AFFILIATIONS + DOT + ID + DOT + KEYWORD; |
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.
nice
No description provided.