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

Java missing imports and possibly mistaken @override #2665

Closed
olydis opened this issue Oct 17, 2017 · 1 comment
Closed

Java missing imports and possibly mistaken @override #2665

olydis opened this issue Oct 17, 2017 · 1 comment
Assignees

Comments

@olydis
Copy link
Contributor

olydis commented Oct 17, 2017

Over here it seems we identified an issue orthogonal to the main issue of that thread, the only "important" part is:

image

Relevant links for your convenience:

@olydis olydis added the java label Oct 17, 2017
@olydis olydis changed the title Java missing imports and possibly mistaken @Override Java missing imports and possibly mistaken @override Oct 17, 2017
@RikkiGibson
Copy link
Member

It looks like there were problems with @Override on methods implementing an interface method. Certain Java project settings can make this fail to compile. This may help:
https://stackoverflow.com/questions/10947584/error-on-override-annotation-with-interface-implementation

@RSuter can you verify whether in general you are able to add @Override to a method that implements an interface method in your project?

The imports issue looks like we're failing to conditionally add the extra imports when a file upload method is present in the method group.

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

4 participants