Bug 60775

Summary: NamePanel ctor calls overrideable method
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.1   

Description Sebb 2017-02-25 22:57:50 UTC
Constructors should not call overrideable methods.

A subclass is not guaranteed to see a fully constructed super class until the constructor completes.
Comment 1 Sebb 2017-02-26 22:54:41 UTC
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
Comment 2 The ASF infrastructure team 2022-09-24 20:38:07 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4299