AbstractOverTimeGraphConsumer.createGroupInfos() is in an abstract class and returns null. Unless null is a valid value for the method (which seems unlikely), the method has to be overriden to generate a sensible result. The implementation in the abstract class does not appear to serve any purpose and should be made abstract (or omitted, which would have the same effect). As it stands, the implementation seems likely to cause errors as subclasses can fail to override it.
Author: pmouawad Date: Tue Sep 27 08:13:02 2016 New Revision: 1762407 URL: http://svn.apache.org/viewvc?rev=1762407&view=rev Log: Bug 59439 - AbstractOverTimeGraphConsumer.createGroupInfos() should be abstract Bugzilla Id: 59439 Modified: jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/AbstractOverTimeGraphConsumer.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3979