Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/05/2015, 00:46
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 10 años, 5 meses
Puntos: 182
Respuesta: Que hacer cuando aparece Recompile with -Xlint ?

Buenas,

Sigue sin ser un error. Es solo un warning.

En teoria bastaria con que utilices genericos para buffer.

Código Java:
Ver original
  1. private List<String> buffer;
  2. ....
  3. buffer = new ArrayList<String>();

P.D: intenta utilizar la opcion de Highlight la proxima vez para resaltar el codigo.

Un saludo
__________________
If to err is human, then programmers are the most human of us