Skip to content

Commit 05b72e5

Browse files
chrisseatoneregon
authored andcommitted
Switch mx findbugs to spotbugs
1 parent e8bf785 commit 05b72e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/contributor/static-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ errors. We run it with the default Graal project configuration. Passing
4343
SpotBugs is enforced in our CI gate.
4444

4545
```
46-
$ mx findbugs
46+
$ mx spotbugs
4747
```
4848

4949
## Ruby

tool/jt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ def native_launcher
19711971
def check_dsl_usage
19721972
mx 'clean'
19731973
# We need to build with -parameters to get parameter names.
1974-
# Build every project as "mx findbugs" needs it currently.
1974+
# Build every project as "mx spotbugs" needs it currently.
19751975
mx 'build', '--force-javac', '-A-parameters'
19761976
run_ruby({ "TRUFFLE_CHECK_DSL_USAGE" => "true" }, '--lazy.default=false', '-e', 'exit')
19771977
end
@@ -2057,7 +2057,7 @@ def lint(*args)
20572057
checkstyle
20582058
check_parser
20592059
check_documentation_urls
2060-
mx 'findbugs'
2060+
mx 'spotbugs'
20612061

20622062
# Revert the changes we made to the Truffle source.
20632063
raw_sh("find ../graal/truffle/ -name '*.jtbak' -exec sh -c 'mv -f $0 ${0%.jtbak}' '{}' \\;")

0 commit comments

Comments
 (0)