You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SpotBugs OS_OPEN_STREAM: wrap BufferedReader in try-with-resources
Wrap the BufferedReader used for CLI port detection in a try-with-resources
block to guarantee stream closure on all exit paths (normal completion,
exceptions, timeout).
Fixes#17
0 commit comments