]
Ilia Vassilev updated ELY-731:
------------------------------
Fix Version/s: 1.1.0.Beta15
Coverity static analysis: Missing parent calls in Elytron
---------------------------------------------------------
Key: ELY-731
URL:
https://issues.jboss.org/browse/ELY-731
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Ilia Vassilev
Priority: Minor
Labels: static_analysis
Fix For: 1.1.0.Beta15
Coverity static-analysis scan found missing parent calls in Elytron. They seems to be a
simple fixes:
* DisposedCallbackSaslClientFactory should use super.dispose() instead of
delegate.dispose()
**
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=56219...
* DisposedCallbackSaslServerFactory should use super.dispose() instead of
delegate.dispose()
**
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=56218...
* org.wildfly.security.auth.client.MatchSchemeSpecificPartRule.matches(URI, String,
String, String)
** compare to {{MatchHostRule}} class
**
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=56224...