25.15. Review Issue

25.15.1. Overview

The Review Issue sensor data type is designed to represent information about the issues that are raised during a code review session.

Table 25.19, “ReviewIssue SDT attributes” documents its attributes.

Table 25.19. ReviewIssue SDT attributes

AttributeDescription
tstampThe UTC time at which this data was collected.
toolA string indicating the tool that collected this data, such as "Eclipse".
reviewIDThe unique review ID associated with this entry.
issueIDThe unique issue ID associated with this entry.
reviewerIDAn identifier for the reviewer associated with this issue.
phaseThe phase associated with this review issue.
fileThe file associated with this review issue, if any.
lineThe line number associated with this review issue, if any.
summaryThe summary string associated with this issue.
typeA issue type associated with this issue.
severityThe severity associated with this issue.
resolutionA resolution state associated with this issue.
statusThe status associated with this issue.
dataA field used for supplemental data.

25.15.2. Applications of the ReviewIssue SDT

We have created a sensor for Eclipse called Jupiter that collects Review Issue data.