Project

General

Profile

Actions

Bug #3489

open

DF003_Missing imports

Bug #3489: DF003_Missing imports

Added by Nguyễn Quốc Tuấn about 1 month ago.

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

Also available in: PDF Atom