RecommendationSummary

Information about recommendations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line.

Link copied to clipboard
val endLine: Int?

Last line where the recommendation is applicable in the source commit or source branch. For a single line comment the start line and end line values are the same.

Link copied to clipboard

Name of the file on which a recommendation is provided.

Link copied to clipboard

The type of a recommendation.

Link copied to clipboard

The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

Link copied to clipboard

Metadata about a rule. Rule metadata includes an ID, a name, a list of tags, and a short and long description. CodeGuru Reviewer uses rules to analyze code. A rule's recommendation is included in analysis results if code is detected that violates the rule.

Link copied to clipboard

The severity of the issue in the code that generated this recommendation.

Link copied to clipboard

Start line from where the recommendation is applicable in the source commit or source branch.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String