来自命令行的 Eclipse Javadoc 编译器警告

发布于 2024-10-27 16:48:37 字数 599 浏览 1 评论 0原文

我最近从 Eclipse 迁移到另一个 IDE。我真正缺少的一件事是可配置 各种 Javadoc 问题的编译器警告

由于我的 IDE 可以使用 Eclipse 编译器 - 而且我知道可以配置各种 来自命令行的一般编译器警告 - 我想知道是否也可以像这样配置 Javadoc 警告。

我特别寻找一种配置以下设置的方法:

  • 缺少 Javadoc 标记 对于具有一定可见性的方法
  • 缺少 Javadoc 注释 对于具有一定可见性的方法

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

归途 2024-11-03 16:48:37

您可以通过外部工具(如 Eclipse 可能所做的)来完成此操作,也可以使用文档检查 doclet 来完成此操作。标准 doclet(或 javadoc 核心)在这里没有选项。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文