Package com.google.gerrit.server.comment
@CheckReturnValue
package com.google.gerrit.server.comment
-
ClassDescriptionCaches the context lines of comments (source file content surrounding and including the lines where the comment was written)Implementation of
CommentContextCache
.An identifier of a comment that should be used to load the comment context usingCommentContextCache.get(CommentContextKey)
, orCommentContextCache.getAll(Iterable)
.Computes the list ofContextLineInfo
for a given comment, that is, the lines of the source file surrounding and including the area where the comment was written.