163164165166167168169170171172173
} } catch (NotesException e) { // doSomething } finally { try { threadsByDate.recycle(); firstDoc.recycle(); secondDoc.recycle(); firstDate.recycle(); secondDate.recycle(); } catch (NotesException e) {
208209210211212213214215216217218
} } catch (NotesException e) { // doSomething } finally { try { threads.recycle(); firstDoc.recycle(); secondDoc.recycle(); firstDate.recycle(); secondDate.recycle(); } catch (NotesException e) {
261262263264265266267268269270271
316317318319320321322323324325326
209210211212213214215216217218219
try { if (navigator != null) { navigator.recycle(); } if (view != null) { view.recycle(); } } catch (NotesException e) { e.printStackTrace(); return; }