C# Класс VSSonarPlugins.Helpers.VsSonarUtils

The vs sonar utils.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

EstimateWhereSonarLineIsUsingSourceDifference() публичный статический Метод

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. ///
Результат int

GetChangeForLine() публичный статический Метод

The get change for line.
public static GetChangeForLine ( int line, ArrayList rep ) : DiffResultSpan
line int /// The violation. ///
rep ArrayList /// The rep. ///
Результат DiffResultSpan

GetIssuesInModifiedLinesOnly() публичный статический Метод

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. ///
Результат List