|    
			
				27/03/2018, 01:45
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: agosto-2008 Ubicación: En internet 
						Mensajes: 2.511
					 Antigüedad: 17 años, 2 meses Puntos: 188 |  | 
  |  Respuesta: Error al modificar  
  Te falta añadir un bw.newLine() después del bw.write(...)
 Sobre el acceso fuera de índices, no sé exactamente en qué linea se te está produciendo ese problema, pero aparentemente hay dos posibilidades.
 
 while((line = br.readLine()) !=null) { => Tendrías que ver qué valor toma line al finalizar el recorrido del archivo.
 
 bw.flush(); => Sácalo fuera del bucle for para testear.
 
				__________________if (fuzzy && smooth) {
 fuzzylog = "c00l";
 return true;
 }
     |