Description
In some stream unit and integration tests, we sometimes suffix a test with "throws Exception" which is overly broad and in some cases can mask a real bug. Instread we should be throwing a narrower exception, e.g., "throws IOException".
Attachments
Issue Links
- links to