/* 1461 */ file = st.nextToken("\n");
/* */ LogFactor5ErrorDialog error;
/* */ try { int index = Integer.parseInt(num) - 1;
/* */
/* 1466 */ InputStream in = this._mruFileManager.getInputStream(index);
/* 1467 */ LogFileParser lfp = new LogFileParser(in);
/* 1468 */ lfp.parse(this);
/* */
/* 1470 */ this._mruFileManager.moveToTop(index);
/* 1471 */ updateMRUList();
/* */ } catch (Exception me)
/* */ {