Skip to content

Incorrect exception messages in LicenseKey #22

@sergey-oplavin

Description

@sergey-oplavin

Hello team,
I accidentally found that in case of some errors, an incorrect exception messages is printed into the error stream, e.g.:
[Ljava.lang.StackTraceElement;@5d91ae08

This happens because of two places in the LicenseKey code where System.err.println(ex.getStackTrace()); is used:
here and here

The fix might be to just replace it with: ex.printStackTrace(System.err);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions