[
https://issues.jboss.org/browse/ELY-733?page=com.atlassian.jira.plugin.sy...
]
Josef Cacek updated ELY-733:
----------------------------
Description:
Coverity static analysis: Useless call in Elytron
Coverity static-analysis scan found useless call in the
{{FileSystemSecurityRealm.writeIdentity()}} method on line 554 (currently).
There is an orphan call of {{otp.getHash()}}.
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=57216...
The correct call is on the line 557, where it's used in streamWriter.
*Suggested improvement*
Remove the useless call.
was:
Coverity static analysis: Useless call in Elytron
Coverity static-analysis scan found useless call in the
{{FileSystemSecurityRealm.writeIdentity()}} method on line 554 (currently).
There is an orphan call of {{otp.getHash()}}.
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=57216...
The correct call is on the line 557, where it's used in streamWriter.
**Suggested improvement**
Remove the useless call.
Coverity static analysis: Useless call in Elytron
-------------------------------------------------
Key: ELY-733
URL:
https://issues.jboss.org/browse/ELY-733
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Minor
Labels: static_analysis
Coverity static analysis: Useless call in Elytron
Coverity static-analysis scan found useless call in the
{{FileSystemSecurityRealm.writeIdentity()}} method on line 554 (currently).
There is an orphan call of {{otp.getHash()}}.
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=57216...
The correct call is on the line 557, where it's used in streamWriter.
*Suggested improvement*
Remove the useless call.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)