C# 클래스 VSSonarPlugins.Helpers.VsSonarUtils

The vs sonar utils.
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension

공개 메소드들

메소드 설명
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