如果不是所有公共内容都是 JavaDoc,如何强制编译警告?

发布于 2024-12-20 11:20:30 字数 79 浏览 0 评论 0原文

我想在编译时收到每个没有 Javadoc 注释的公共事物(类、接口、字段、方法)的警告。

如何在 Eclipse 中启用此功能?

I want to get warnings at compile time for every public thing (class, interface, field, method) which doesn't have a Javadoc comment.

How can I enable this in Eclipse?

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

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

发布评论

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

评论(1

追风人 2024-12-27 11:20:30

根据您的标签,我假设您指的是 Eclipse。为此,请打开窗口 ->首选项菜单项,然后在 Java 下 ->编译器-> Javadoc,将有一个下拉菜单,让您将丢失的 javadoc 标记视为错误、警告或忽略。

这个答案适用于最新版本的 eclipse,但是如果您在首选项搜索中搜索 javadoc,您应该能够轻松找到它。

Based on your tag, I'll assume that you mean in Eclipse. To do so, Open the Window -> Preferences Menu Item, and then Under Java -> Compiler -> Javadoc, there will be a dropdown that will either let you treat missing javadoc tags as Error, Warning, or Ignore.

This answer was for the latest version of eclipse, but if you search for javadoc in the preferences search you should be able to find it easily enough.

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