Skip to content

Dereferencing of variables  #2046

Open
Open
@Chrisds7

Description

@Chrisds7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions