Skip to content

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

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions