Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix defects reported by coverity #69

Open
kortemik opened this issue May 27, 2024 · 1 comment · Fixed by #70
Open

fix defects reported by coverity #69

kortemik opened this issue May 27, 2024 · 1 comment · Fixed by #70
Assignees

Comments

@kortemik
Copy link
Member

Description
fix defects reported by coverity:
461131 Dereference null return value
452917 Dereference null return value

@51-code 51-code linked a pull request Jun 4, 2024 that will close this issue
@51-code 51-code reopened this Aug 21, 2024
@51-code
Copy link

51-code commented Aug 21, 2024

Reopened the issue because there is still defects to fix:

467201 CT: Constructor throws
456623 Dm: Dubious method used
456622 Dm: Dubious method used
456284 Dm: Dubious method used
452921 SS: Unread field should be static (not actually changing to static, but changing it to a local variable)
452920 WMI: Inefficient Map Iterator
452918 Dm: Dubious method used

These, in my opinion, would lead to bad coding practices if fixed:
467200 PI: Do not reuse public identifiers from Java Standard Library
461131 Dereference null return value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants