]
Ondrej Lukas updated ELY-541:
-----------------------------
Labels: static_analysis (was: )
Invocation of hashCode on array in GeneralName.IPAddress
--------------------------------------------------------
Key: ELY-541
URL:
https://issues.jboss.org/browse/ELY-541
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Labels: static_analysis
Internal class IPAddress from org.wildfly.security.sasl.entity.GeneralName invocates
{{hashCode}} method on array. {{Arrays.hashCode}} method should be rather used.