-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
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()
- DisposedCallbackSaslServerFactory should use super.dispose() instead of delegate.dispose()
- org.wildfly.security.auth.client.MatchSchemeSpecificPartRule.matches(URI, String, String, String)
- compare to MatchHostRule class
- https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=5622496&defectInstanceId=1486714&mergedDefectId=1375739
- clones
-
JBEAP-7017 Coverity static analysis: Missing parent calls in Elytron
- Closed