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

inner classes #41

Open
concon121 opened this issue May 17, 2016 · 0 comments
Open

inner classes #41

concon121 opened this issue May 17, 2016 · 0 comments

Comments

@concon121
Copy link

concon121 commented May 17, 2016

As the title says, the package doesn't currently autocomplete when inner classes are involved. Consider the example:

javax.ws.rs.core.Response.ok().build();

Response.ok() returns an instance of the static inner class Response.ResponseBuilder, on which I can call the build() method. However, this does not seem to get recognised by the package.

@concon121 concon121 changed the title examine methods of return types static inner classes May 17, 2016
@concon121 concon121 changed the title static inner classes inner classes May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants