标签: java maven findbugs
我想在我的maven项目中设置FindBugs,这样我就可以知道我的错误和错误。
我在Ubuntu上使用IntelliJ id。
public class HelloWorld { public static void main(String[] args) { // Prints "Hello, World" in the terminal window. System.out.println("Hello, World"); } }