Visual Studio:代码分析器确定方法可以抛出哪些异常?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你使用Resharper,你可以使用这个插件:
http://code.google.com/p/agentjohnsonplugin/
If you use Resharper, you can use this plugin:
http://code.google.com/p/agentjohnsonplugin/