Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

V2 - Method does not implement baseUriParameters() #107

Closed
nidi3 opened this issue May 12, 2016 · 4 comments
Closed

V2 - Method does not implement baseUriParameters() #107

nidi3 opened this issue May 12, 2016 · 4 comments
Labels

Comments

@nidi3
Copy link

nidi3 commented May 12, 2016

This exception is thrown:

java.lang.RuntimeException: Method not found:   org.raml.v2.internal.impl.commons.model.Method.baseUriParameters
  at org.raml.v2.internal.impl.commons.model.builder.ModelProxyBuilder$SimpleProxy.findMatchingMethod(ModelProxyBuilder.java:124)
  at org.raml.v2.internal.impl.commons.model.builder.ModelProxyBuilder$SimpleProxy.invoke(ModelProxyBuilder.java:61)
  at com.sun.proxy.$Proxy11.baseUriParameters(Unknown Source)
@sichvoge
Copy link
Contributor

sichvoge commented May 12, 2016

That surely should be implemented since baseUriParameters is only supported at the root-level. See here

@nidi3
Copy link
Author

nidi3 commented May 17, 2016

I meant in the v0.8 parser of v2, where baseUriParameters on methods are allowed.

@sichvoge
Copy link
Contributor

Ah ok! Missed that.

@svacas
Copy link
Contributor

svacas commented May 18, 2016

fixed in c43d5b7

@svacas svacas closed this as completed May 18, 2016
@svacas svacas added the v2 label May 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants