issues property

List<Issue>? issues
getter/setter pair

Syntactic and semantic Source issues of varying severity.

Issues of ERROR severity will prevent tests from executing.

Implementation

core.List<Issue>? issues;