Tại sao Eclipse cung cấp cho tôi sự ấm lên "Rò rỉ tài nguyên: 'in' không bao giờ được đóng" trong đoạn mã sau?
public void readShapeData() {
Scanner in = new Scanner(System.in);
System.out.println("Enter the width of the Rectangle: ");
width = in.nextDouble();
System.out.println("Enter the height of the Rectangle: ");
height = in.nextDouble();
Scanner
và tắt tiếng cảnh báo, nhưng nó cũng sẽ đóngSystem.in
mà thông thường không mong muốn.