C# Class VSSonarPlugins.Helpers.VsSonarUtils

The vs sonar utils.
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Méthodes publiques

Méthode Description
EstimateWhereSonarLineIsUsingSourceDifference ( int sonarLine, ArrayList currentDiffReport ) : int

The estimate where violation is using source differce.

GetChangeForLine ( int line, ArrayList rep ) : DiffResultSpan

The get change for line.

GetIssuesInModifiedLinesOnly ( List issuesIn, ArrayList diffReport ) : List

The get added violations from source difference.

Method Details

EstimateWhereSonarLineIsUsingSourceDifference() public static méthode

The estimate where violation is using source differce.
public static EstimateWhereSonarLineIsUsingSourceDifference ( int sonarLine, ArrayList currentDiffReport ) : int
sonarLine int /// The sonar Line. ///
currentDiffReport ArrayList /// The current Diff Report. ///
Résultat int

GetChangeForLine() public static méthode

The get change for line.
public static GetChangeForLine ( int line, ArrayList rep ) : DiffResultSpan
line int /// The violation. ///
rep ArrayList /// The rep. ///
Résultat DiffResultSpan

GetIssuesInModifiedLinesOnly() public static méthode

The get added violations from source difference.
public static GetIssuesInModifiedLinesOnly ( List issuesIn, ArrayList diffReport ) : List
issuesIn List /// The issues In. ///
diffReport ArrayList /// The diff report. ///
Résultat List