You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2011/07/20 11:09:08 UTC

DO NOT REPLY [Bug 50221] Renaming elements in the tree does not resize label

https://issues.apache.org/bugzilla/show_bug.cgi?id=50221

jens_0@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #4 from jens_0@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-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org