Description of problem: org.rhq.core.domain.measurement.MeasurementAggregate is referenced and exposed in the remote API but contains no javadoc comments or annotations. The result is that it is missing from the API documentation. Version-Release number of selected component (if applicable): 4.4.0.JON312GA See https://git.fedorahosted.org/cgit/rhq/rhq.git/tree/modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementAggregate.java
I agree it has minimal jdoc but it's very straightforward. The lack of jdoc should not omit it from the Javadoc. We need to generate the 3.3 javadoc and see if it shows up. Setting blocked by Bug 880359, which is about generating the Javadoc.
Moving into ER05 as didn't make the ER04 cut.
master ea7d2356 adds javadoc.
release branch cec5c09f511
Moving to ON_QA as available to test with the latest brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=394734
# VERIFIED doing: `javadoc -sourcepath `pwd` -d `pwd`/javadoc org.rhq.core.domain.measurement` in /home/hudson/current-jon/modules/org/rhq/server-startup/main/deployments/rhq.ear/rhq-core-domain-ejb3.jar makes the javadoc tree and it contains info about: MeasurementAggregate class. version: JON 3.3 ER05