C# Класс MSR.Data.Entities.DSL.Selection.Metrics.Defects

Показать файл Открыть проект

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

Метод Описание
CalculateNumberOfDefects ( this code ) : int

Calculate number of fixed bugs for specified code

CalculateNumberOfDefects ( this code, string revision ) : int

Calculate number of fixed bugs were fixed in revision or before it.

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

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

Calculate number of fixed bugs for specified code
public static CalculateNumberOfDefects ( this code ) : int
code this
Результат int

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

Calculate number of fixed bugs were fixed in revision or before it.
public static CalculateNumberOfDefects ( this code, string revision ) : int
code this
revision string
Результат int