http://defect.opensolaris.org/bz/show_bug.cgi?id=19232
Knut Anders Hatlen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |CLOSED Resolution| |FIXED --- Comment #1 from Knut Anders Hatlen <[email protected]> 2012-07-18 19:02:48 UTC --- SearchHelper.destroy() wasn't prepared for being called before the instance was fully initialized. Added a null check in destroy() to avoid the NullPointerException during clean-up after a syntax error, and added a unit test for it. changeset: 1408:22fdb362e8cd -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
