Project

General

Profile

Actions

Bug #3488

open

DF_003 Missing/Error Exception Handling

Bug #3488: DF_003 Missing/Error Exception Handling

Added by Quốc Tuấn Lê about 1 month ago.

Status:
New
Priority:
Normal
Start date:
09/22/2025
Due date:
% Done:

0%

Estimated time:

Description

Line 12,22,23:
Description: when u open BufferReader but dont close or using finally but dont use try-catch/ That's bug logic
Solution: finally {
try {
if (reader != null) {
reader.close();
}
} catch (IOException e) {
e.printStackTrace();
}
}

No data to display

Actions

Also available in: PDF Atom