Actions
Bug #3486
openDF_004 Wrong null check
Bug #3486:
DF_004 Wrong null check
Start date:
09/22/2025
Due date:
% Done:
0%
Estimated time:
Description
Line 7
filePath is empty so print in console is "File opened sucessfully". It is wrong logic
if(filePath != null || !(filePath.isEmpty)){}
No data to display
Actions