Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一个项目上运行 FindBugs,但我们仍然坚持使用 Java 1.4(而且我现在不会涉足政治...... :-})。最新版本的 FindBugs 只能在 JRE 1.5+ 上运行,所以我想知道最后一个支持 1.4 的版本是哪个?
更新FindBugs v1.2.1 在 Java 1.4 上运行。
为什么不对遗留项目在 Java 6 JRE 上运行 FindBugs?
我想知道只要你有 1.5 JRE,你是否不能在 Java 1.4 代码上运行最新版本的 FindBugs。可能有一些警告和错误您必须关闭,因为它们不适用于 1.4,例如与泛型相关的任何警告和错误(在 5 中引入)。但老实说,我不明白为什么不能在旧 Java 代码上运行 FindBugs。