Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crashing with @ApiOperation(hidden = true) #77

Open
apetersson opened this issue Nov 13, 2015 · 0 comments
Open

crashing with @ApiOperation(hidden = true) #77

apetersson opened this issue Nov 13, 2015 · 0 comments

Comments

@apetersson
Copy link

i tried to exclude some functions meant for superusers only by using this attribute.

it crashes with this stacktrace:

Exception in thread "main" java.lang.NullPointerException
at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:161)
at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:64)
at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:55)

looking at the source, it never could have worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant