从我读到的关于 Error Prone 的内容来看,我发现它实际上会建议修复代码中的样式错误。即来自https://errorprone.info/docs/installation:
ERROR: example/myproject/BUILD:29:1: Java compilation in rule '//example/myproject:hello'
examples/maven/error_prone_should_flag/src/main/java/Main.java:20: error: [DeadException] Exception created but not thrown
new Exception();
^
(see http://errorprone.info/bugpattern/DeadException)
Did you mean 'throw new Exception();'?
1 error
我没有看到的是,是否有办法自动应用这些建议的更改。我从命令行运行时容易出错。任何帮助表示赞赏!如果我能澄清任何事情,请告诉我。
一只名叫tom的猫
慕雪6442864
相关分类