Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Fix for MalformedParametersException #33 #34

Merged
merged 2 commits into from
Apr 4, 2016

Conversation

lpandzic
Copy link
Contributor

@lpandzic lpandzic commented Apr 1, 2016

I've extracted the problematic method into a simple class so ParameterNamesAnnotationIntrospector can be unit tested.

@lpandzic lpandzic changed the title added test for MalformedParametersException Calls to Executable.getParameters() should guard against MalformedParametersException Apr 1, 2016
@lpandzic lpandzic changed the title Calls to Executable.getParameters() should guard against MalformedParametersException Fix for MalformedParametersException Apr 1, 2016
@cowtowncoder
Copy link
Member

Thanks -- I will try to get this reviewed and merged soon, just having bit of a backlog.

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito-core.version}</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs scope of test too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, fixed. :)

@cowtowncoder cowtowncoder merged commit c171e94 into FasterXML:master Apr 4, 2016
@cowtowncoder cowtowncoder modified the milestones: 2.7.3, 2.7.4 Apr 4, 2016
@cowtowncoder cowtowncoder changed the title Fix for MalformedParametersException Fix for MalformedParametersException #33 Apr 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants