Visual Studio:代码分析器确定方法可以抛出哪些异常?

发布于 2024-10-06 03:04:44 字数 207 浏览 2 评论 0原文

Java 的一个优点(同时也是一个缺点)是你总是知道一个方法可能抛出什么异常。

是否有静态代码分析工具可以确定方法可以抛出哪些异常?

如果能够输入 /// 并让 xml 文档声明部分自动填充 块,那就太好了

One nice thing about Java, which was also a curse, is that you always knew what exceptions a method could throw.

Is there a static code analysis tool that can determine what exceptions a method can throw?

It would be great to be able to type /// and have the xml documentation declaration section fill in the <exceptions> block automatically

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

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

发布评论

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

评论(1

伴随着你 2024-10-13 03:04:44

如果你使用Resharper,你可以使用这个插件:
http://code.google.com/p/agentjohnsonplugin/

If you use Resharper, you can use this plugin:
http://code.google.com/p/agentjohnsonplugin/

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