Skip to content

Method execution should not error without value #572

Closed
@jvalkeal

Description

@jvalkeal

Essentially when execution target is method(via annotation model of manually registering method):

my-shell:>e2e anno required-value --arg1
Cannot invoke "Object.getClass()" because the return value of "java.util.Map.get(Object)" is null

NPE comes from

.canConvert(paramValues.get(parameterName).getClass(), parameter.getParameterType());
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions