eclemma - 如何忽略源
我正在使用 junit/eclemma;它工作得很好,除了我想指示 elemma 忽略某些方法或类。例如,我如何指示 eclemma 忽略 getters/setters。
提前致谢!
I'm using junit/eclemma; it works great, except I'd like to instruct eclemma to ignore certain methods or classes. For example, how would i instruct eclemma to ignore getters/setters.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在首选项中指定使用正则表达式忽略哪些类(“仅匹配路径条目”)。有关详细信息,请参阅 http://www.eclemma.org/userdoc/preferences.html 。
但我认为你不能忽视方法。
You can specify in the preferences which classes to ignore using a regexp ("Only path entries matching"). See http://www.eclemma.org/userdoc/preferences.html for details.
I don't think you can ignore methods though.