https://issues.apache.org/bugzilla/show_bug.cgi?id=50221
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
