Skip to content

Blob and Queue : ServiceProperties.Logging: backing fields should be "boolean"  #26

@jcookems

Description

@jcookems

In ServiceProperties.Logging, the Read/Write/Delete properties are "boolean" (basic true/false), while the backing fields are "Boolean" (nullable, so true/false/null).

This means the following code gives are NullPointerException:

Logging l = new Logging();
l.isDelete();

The fix is to make the backing fields "boolean"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions