Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

RuntimeException has wrong message #36

@tsadoklf

Description

@tsadoklf

The RuntimeException thrown in runAnnotatedMethods method in the following if block has wrong message -

if (method.getParameterTypes().length > 0) { throw new RuntimeException( "Cannot execute non-void method " + method.getName()); }

The message should say something like "Cannot execute method [method name] because it is non-void method and/or has input parameters"

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