dspinellis / dspinellis/effective-debugging

Page 184, Item 62, line 10 from bottom

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.