C# Class VSSonarPlugins.Helpers.VsSonarUtils

The vs sonar utils.
Exibir arquivo Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Public Methods

Method 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 method

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. ///
return int

GetChangeForLine() public static method

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

GetIssuesInModifiedLinesOnly() public static method

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. ///
return List