dspinellis / dspinellis/effective-debugging
Page 184, Item 62, line 10 from bottom
Open
- Dominant language
- Java
- Stars
- 53
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The command for invoking *findbugs*
```
$ java -jar findbugs.jar -textui Counter.class
```
should be read as
```
$ findbugs -textui Counter.class
```
Spotted and corrected by Naohiro Ooiwa-san.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.