error-prone 介绍
error-prone 用来抓取 Java
编译时的错误。通常使用编译器只能做静态类型的检查。但使用此工具,能够进行编译器的类型分析,能够检测并抓取到编译过程中的 Bug,能够大大的节约开发者的时间。
特点:
-
hooks into your standard build, so all developers run it without thinking
-
tells you about mistakes immediately after they’re made
-
produces suggested fixes, allowing you to build tooling on it
error-prone 官网
https://github.com/google/error-prone
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。