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

Dereferencing of variables #2046

Open
Chrisds7 opened this issue Aug 16, 2023 · 0 comments
Open

Dereferencing of variables #2046

Chrisds7 opened this issue Aug 16, 2023 · 0 comments

Comments

@Chrisds7
Copy link

The program is dereferencing a field that does not seem to ever have a non-null value written to it. Unless the field is initialized via some mechanism not seen by the analysis, dereferencing this value will generate a null pointer exception.

Bug kind and pattern: NP - NP_UNWRITTEN_FIELD

inside method: com.netflix.hystrix.HystrixCommandResponseFromCache.CommandCompleted(AbstractCommand)
field: com.netflix.hystrix.HystrixCommandResponseFromCache.originalCommand

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

No branches or pull requests

1 participant