NetBeans 7.1 Java EE 中没有未经检查的警告

发布于 2024-12-29 11:02:22 字数 143 浏览 1 评论 0原文

我将 Java EE 6 与 Java 7 和 Glassfish 3.1.1 结合使用。当我在菜单中选择“清理并构建”选项时,它可以工作,但不会显示有关未经检查的操作的警告。如何启用它? 还有一个问题:有没有什么方法可以在编辑器中显示所有警告,而无需单击“清理和构建”?

I use Java EE 6 with Java 7 and Glassfish 3.1.1. When I choose "clean and build" option in menu it works but it doesn't show warnings about unchecked operations. How to enable it?
And additional question: Is there any way to enable all warnings to by shown in editor without clicking "clean and build"?

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

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

发布评论

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

评论(1

北城挽邺 2025-01-05 11:02:22

进入工具>选项>编辑>提示。然后选择“Java”(如果尚未选择)。您会看到一长串警告。展开“标准 Javac 警告”项,您将在那里看到“未选中”。您可以单击它来激活它,或者更好的是,单击“标准 Javac 警告”来激活所有警告。

Netbeans 花了大约一分钟才真正应用更改;我多次尝试重建我的项目并在它工作之前重置选项。

Go in Tools > Options > Editor > Hints. Then select "Java" if it's not already the case. You'll see a long list of warnings. Expand the Standard Javac Warnings item and you'll see "unchecked" there. You can click it to activate it, or even better, click on Standard Javac Warnings to activate all of them.

It took about a minute for Netbeans to really apply the changes; I tried rebuilding my project many times and resetting the options before it worked.

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