Skip to content
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

IndexMatcher comparing index for LESS and MORE is the same #38

Closed
mvhaasteren opened this issue Dec 2, 2022 · 0 comments
Closed

IndexMatcher comparing index for LESS and MORE is the same #38

mvhaasteren opened this issue Dec 2, 2022 · 0 comments

Comments

@mvhaasteren
Copy link

In the IndexMatcher line 30 for the LESS validation
--> if (val > rule.getIndex()) {

is the same (but different written) as line 40 for the MORE validation
--> if (rule.getIndex() < val) {
I suspect that this should be "if (val < rule.getIndex()) {"

The same error is repeated for the next section in the same class ... line 52 and 62.

gretard added a commit that referenced this issue Dec 8, 2023
@gretard gretard closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants