Class CommentInfo

    • Field Detail

      • changeMessageId

        public String changeMessageId
      • unresolved

        public Boolean unresolved
      • contextLines

        public List<ContextLineInfo> contextLines
        A list of ContextLineInfo, that is, a list of pairs of {line_num, line_text} of the actual source file content surrounding and including the lines where the comment was written.
    • Constructor Detail

      • CommentInfo

        public CommentInfo()