We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c3ee0 commit e8bf785Copy full SHA for e8bf785
doc/contributor/static-analysis.md
@@ -36,11 +36,11 @@ Passing CheckStyle is enforced in our CI gate.
36
$ mx checkstyle
37
```
38
39
-### FindBugs
+### SpotBugs
40
41
-[FindBugs](http://findbugs.sourceforge.net) looks for potential Java
42
-programming errors. We run it with the default Graal project configuration.
43
-Passing FindBugs is enforced in our CI gate.
+[SpotBugs](https://spotbugs.github.io) looks for potential Java programming
+errors. We run it with the default Graal project configuration. Passing
+SpotBugs is enforced in our CI gate.
44
45
46
$ mx findbugs
0 commit comments