Preguntas etiquetadas con memory-leaks

84
Fuga de recursos: 'in' nunca se cierra

¿Por qué Eclipse me da la advertencia "Fuga de recursos: 'in' nunca se cierra" en el siguiente código? 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...