https://issues.apache.org/bugzilla/show_bug.cgi?id=50221
jen...@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from jen...@hotmail.com 2011-07-20 09:09:08 UTC --- I get null pointer exceptions sometimes when opening large test plans at the start of JMeter. This solved the problem: JMeterTreeNode.java: /** {@inheritDoc} */ public void nameChanged() { + if (treeModel != null) { treeModel.nodeChanged(this); + } } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org For additional commands, e-mail: notifications-h...@jakarta.apache.org