开发者

Eclipse Javadoc Compiler Warnings from Command Line

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 we开发者_如何学JAVAll.

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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜