Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.7.1
-
Patch
Description
Static code analyser flagged sendCurrentFile in LogFileLogBuffer as dubious BufferedReader usage - because it's not clear if that reader is closed properly. Suggested to move from instance variable to method local variable