https://bz.apache.org/bugzilla/show_bug.cgi?id=59439
Bug ID: 59439
Summary: AbstractOverTimeGraphConsumer.createGroupInfos()
should be abstract
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the bug.