Detector: | Jadet |
Target: | project ' jodatime ' versioncc35fb2 |
Misuse: | misuse ' 339 ' |
Tags: |
Details about the known misuse from the MUBench dataset.
Description: | When a DataOutputStream instance is created, it is a good practice to call flush/close explicitly after finish writing to the stream as mentioned for example here. |
Fix Description: | (see diff) |
Violation Types: |
|
In File: | org/joda/time/tz/DateTimeZoneBuilder.java |
In Method: | writeTo(String, OutputStream) |
Code with Misuse: |
|
Code with Pattern(s): |
|