如何强制使用@Override注释? [英] How to enforce usage of the @Override annotation?

查看:324
本文介绍了如何强制使用@Override注释?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有一个静态分析工具,可以强制使用@Override注释一致,可以在IDE外面运行? CheckStyle具有MissingOverride检查,但它仅适用于使用@inheritDoc Javadoc标记的方法。我正在寻找一个可以在连续集成机器上的新构建配置中运行的工具。

Is there a static analysis tool that can enforce usage of the @Override annotation consistently that can be run outside of an IDE? CheckStyle has a MissingOverride check but it only applies to methods that use the @inheritDoc Javadoc tag. I'm looking for a tool that can be run in a new build configuration on a continuous integration machine.

推荐答案

使用TeamCity的检查转轮。我不知道它是否真的符合运行在IDE之外,因为它在IntelliJ中配置,它通过在TeamCity端以无头模式运行IntelliJ来工作。

One way is to use TeamCity's "Inspection" runner. I'm not sure if it really qualifies as running outside the IDE since it's configured in IntelliJ and it works by running IntelliJ in headless mode on the TeamCity side.

这篇关于如何强制使用@Override注释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆