Skip to content

Mutable static in SQLServerClobBase #186

@marschall

Description

@marschall

The static field com.microsoft.sqlserver.jdbc.SQLServerClobBase#logger is mutable and set by every constructor invocation. It is only used in com.microsoft.sqlserver.jdbc.SQLServerClobBase#free(). As a result with logger is used there is pretty much random. My recommendation would be to make it static final.

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