Constructors should not call overrideable methods. A subclass is not guaranteed to see a fully constructed super class until the constructor completes.
URL: http://svn.apache.org/viewvc?rev=1784488&view=rev Log: NamePanel ctor calls overrideable method Bugzilla Id: 60775 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/NamePanel.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4299