java2typescript icon indicating copy to clipboard operation
java2typescript copied to clipboard

Fixed NPE Caused By HTTP Methods that would resemble Accessors

Open wwhitlow opened this issue 7 years ago • 0 comments

Negated a potential NPE that was caused be HTTP methods that had a similar structure to accessor methods.

Modified ExampleService in DescriptorGeneratorTest to as an example to the type of edge case that currently causes this issue.

Fixes problems addressed in issue #40 in a manner matching the discussion that was had there.

wwhitlow avatar Feb 21 '18 03:02 wwhitlow