-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Trying to add a method that uses generics:
addMethod("withApplicationSettings(Class<? extends com.a.b.c.ApplicationSettings> settingsClass)")Causes this exception:
Caused by: unquietcode.tools.flapi.MethodParser$ParseException: Expected to find character in {)} but was '?' (method signature is [ 'withApplicationSettings(Class<? extends com.paypal.creditpd.rappstack.server.flapi.application.RSApplicationSettings> settings)' ]).
at unquietcode.tools.flapi.MethodParser.throwUnexpectedCharException(MethodParser.java:273)
at unquietcode.tools.flapi.MethodParser.match(MethodParser.java:214)
at unquietcode.tools.flapi.MethodParser.<init>(MethodParser.java:120)
at unquietcode.tools.flapi.MethodParser.<init>(MethodParser.java:42)
at unquietcode.tools.flapi.DescriptorPreValidator._checkForInvalidMethodSignatures(DescriptorPreValidator.java:119)