Skip to content

NPE on log if plugins without DREPlugin class use Caliburn  #15

@Fyreum

Description

@Fyreum

Plugins that doesn't use the DRECommons DREPlugin class can't use the CaliburnAPI. This is due to the MessageUtil.log(message) method, which tries to find a DREPlugin instance. In this case the instance is null and therefore Plugin#getName will cause a NullPointerException.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions