Skip to content

Commit e8bf785

Browse files
chrisseatoneregon
authored andcommitted
Change documentation for FindBugs to SpotBugs
1 parent 20c3ee0 commit e8bf785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/contributor/static-analysis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Passing CheckStyle is enforced in our CI gate.
3636
$ mx checkstyle
3737
```
3838

39-
### FindBugs
39+
### SpotBugs
4040

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.
41+
[SpotBugs](https://spotbugs.github.io) looks for potential Java programming
42+
errors. We run it with the default Graal project configuration. Passing
43+
SpotBugs is enforced in our CI gate.
4444

4545
```
4646
$ mx findbugs

0 commit comments

Comments
 (0)