Skip to content

Conversation

@tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Sep 15, 2020

This PR fixes a false negative in range analysis: when v1 == v2 and some bound applies to v2, then the same bound is considered for v1. If the bound precedes the equality, then it was already considered. However, if the bound succeeds the equality, then it was missing previously.

Differences job: https://jenkins.internal.semmle.com/job/Changes/job/Java-Differences/918/

@github-actions github-actions bot added the Java label Sep 15, 2020
@tamasvajk tamasvajk marked this pull request as ready for review September 16, 2020 07:31
@tamasvajk tamasvajk requested a review from a team as a code owner September 16, 2020 07:31
@tamasvajk tamasvajk merged commit 5079deb into github:main Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants