Pourquoi Eclipse me donne-t-il le message "Fuite de ressources: 'in" n'est jamais fermé "dans le code suivant?
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();