Project

General

Profile

Actions

Bug #3461

open

DF_002 - Logic

Bug #3461: DF_002 - Logic

Added by Ha Long Ha about 1 month ago. Updated about 1 month ago.

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

0%

Estimated time:

Description

Line Number: 27-32
Description: must check null value before calling the function "openFile()".

Actions #1

Updated by Ha Long Ha about 1 month ago

Solution:
if (FilePath == null) {
System.out.println("Invalid file path");
return;
}
openFile(FilePath);
System.out.println("Processing file..");

Actions

Also available in: PDF Atom