Skip to content

Fix error and optimize ArrayLike.java#67

Open
SkateScout wants to merge 1 commit into
jamsesso:mainfrom
SkateScout:patch-1
Open

Fix error and optimize ArrayLike.java#67
SkateScout wants to merge 1 commit into
jamsesso:mainfrom
SkateScout:patch-1

Conversation

@SkateScout
Copy link
Copy Markdown

  1. In the equals there was an false if statement causing equals to fail on equal collections 2) If other is Collection we can check size before starting iteration.

1) In the equals there was an false if statement causing equals to fail on equal collections
2) If other is Collection we can check size before starting iteration.
@gzsombor
Copy link
Copy Markdown

I fixed this bug in my fork, you can use with changing your dependency to io.github.gzsombor:json-logic-java:1.1.4

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

Successfully merging this pull request may close these issues.

2 participants