conjure-java icon indicating copy to clipboard operation
conjure-java copied to clipboard

suppress or fix warnings in generated code

Open rzpt opened this issue 4 years ago • 0 comments

What happened?

There are warnings in eclipse on generated code. I tried to suppress them in https://github.com/palantir/gradle-conjure/pull/951 but if we can suppress them at the source, that would be great.

All methods in a class DefaultBuilder implements Builder seem to be missing @Override These can be unused: _plainSerDe on Async and Blocking classes. UndertowRuntime runtime on an Endpoint.

There may be more, but I am currently working on a very small project with only these warnings.

What did you want to happen?

No warnings in eclipse on generated code.

rzpt avatar Feb 08 '22 19:02 rzpt