Project

General

Profile

Actions

Bug #3450

open

DF_001 - Null check error

Bug #3450: DF_001 - Null check error

Added by Trung Doan Dang about 1 month ago. Updated about 1 month ago.

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

0%

Estimated time:

Description

Line number: 23
Description: didn't checks for reader is not null before called reader.close()

Actions #1

Updated by Trung Doan Dang about 1 month ago

Solution: add null condition checking if(reader!=null) before call reader.close()

Actions

Also available in: PDF Atom