Actions
Bug #3489
openDF003_Missing imports
Bug #3489:
DF003_Missing imports
Status:
New
Priority:
Normal
Assignee:
-
Start date:
09/22/2025
Due date:
% Done:
0%
Estimated time:
Description
Line 2: Missing import for BufferedReader: BufferedReader is included in java.io package that need to import to use.
Line 6: Missing import for BufferedReader and FileReader: Either BufferReader and FileReader need to import java.io to use.
Solution:
Add import package java.io.*;
No data to display
Actions