0

I recently moved from Eclipse to another IDE. One thing I'm really missing is configurable compiler warnings for various Javadoc problems.

As my IDE can use the Eclipse compiler - and I know that it is possible to configure all kinds of general compiler warnings from the command line - I was wondering if it is possible to configure the Javadoc warnings like this as well.

I'm especially looking for a way to configure the following settings:

  • Missing Javadoc tags for methods of a certain visibility
  • Missing Javadoc comments for methods of a certain visibility

1 Answer 1

1

You could do this either through an external tool (like Eclipse likely does), or use a doc-checking doclet for this. The standard doclet (or the javadoc core) has no options here.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.