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
| Attribute | Description |
|---|---|
| tstamp | The UTC time at which this data was collected. |
| tool | A string indicating the tool that collected this data, such as "Eclipse". |
| reviewID | The unique review ID associated with this entry. |
| issueID | The unique issue ID associated with this entry. |
| reviewerID | An identifier for the reviewer associated with this issue. |
| phase | The phase associated with this review issue. |
| file | The file associated with this review issue, if any. |
| line | The line number associated with this review issue, if any. |
| summary | The summary string associated with this issue. |
| type | A issue type associated with this issue. |
| severity | The severity associated with this issue. |
| resolution | A resolution state associated with this issue. |
| status | The status associated with this issue. |
| data | A field used for supplemental data. |