jolie / jolie

The Jolie programming language
https://www.jolie-lang.org/
GNU Lesser General Public License v2.1
539 stars 54 forks source link

Value.java+ByteArray.java - Fix code scanning alert - Overloaded equals #485

Closed mwallnoefer closed 5 months ago

mwallnoefer commented 6 months ago

Tracking issue for:

We should double-check, maybe just a false-positive.

mwallnoefer commented 6 months ago

I have tried to add delegate equals(Object) methods, but then the code checker required also adequate hashCode() methods.

What do you think, @fmontesi?

mwallnoefer commented 5 months ago

PR #505.