vlsi opened a new pull request, #6548: URL: https://github.com/apache/jmeter/pull/6548
Previously, the tests might trigger initialization of jmeter function classes before JMeter itself was loaded. For instance, StringToFile loads resources in its clint block, so if StringToFile initializes too early, the descriptions don't load from the resources. We should probably avoid clinit for resource-loading in the long run (locale might change on the fly), however adding the initialization does not look that bad either. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
